On Tuesday 11 July 2006 17:01, Nick Treleaven wrote:
- Open both files in geany
- Run main.py (F5)
- click to helper.py and run it (F5)
- click to main.py and try to run it (F5) (this run will fail, and
also copy of main.py will appear in "data" directory)
I think you may have used the command-line to open one or both of these files. I have just made an SVN commit that will add the current directory to any command-line opened files (without a full path) so that Geany treats them the same as it treats full path filenames from e.g. the Open File dialog.
Yes, I opened the first file using command line.
I hope this fixes your problem, if not, please see my first email in this thread ;-)
The problem is fixed now, thanks.