The following archives are provided as a public service to the community. Opinions archived here do not necessarily represent the opinions of Open for Business or its contributors.
I've got the following program I wrote from examples I saw and it works fine in Windows as well as in Linux if I specially invoke the interpreter with "python ./hellowxpython.py" but if I simply try to run "./hellowxpython.py" I get an error that looks like this: : No such file or directory The first line in my python script is #!/usr/bin/env python so I don't know why its having this issue. A copy of the source code is included, I'm running SUSE Linux 9.1 Professional and I have python 2.3 along with wxGTK. -------------- next part -------------- A non-text attachment was scrubbed... Name: hellowxpython.py Type: application/x-python Size: 426 bytes Desc: not available Url : /pipermail/christiansource_ofb.biz/attachments/20041005/ce605e8f/hellowxpython.bin
| Home |