I use Scintilla which is Scite with a lot of configurations files.
In directory exists a file "cpp.properties" and near the end of the file
is describe the command line use to compile, to link, ...
I think you would be able to change here the compiler.
regards
Fouff
--
http://mail.
BOOGIEMAN a écrit :
I've just finished reading Python turtorial for non-programmers
and I haven't found there anything about some usefull commands I used in
QBasic. First of all, what's Python command equivalent to QBasic's "goto" ?
I had a professor that told me that using goto in prog is that the
raver2046 a écrit :
hello,
I know to import a .py in a subdirectory is : . (dot)
but what is the statment for parent directory ?
thank you.
olivier noblanc
http://www.logiciel-erp.fr
sys.path.append("..")
import you_python_file_you_want_to_import.py
--
http://mail.python.org/mailman/listinfo/
using zope.
Thanks in advance.
Hello.
try this :
import shutil
shutil.copyfile(srcfile, dstfile)
if you want to move, just use this after
import os
os.remove(srcfile)
Bye
Fouff
--
http://mail.python.org/mailman/listinfo/python-list
[EMAIL PROTECTED] a écrit :
Hello NG,
I have a GUI (written in wxPython) that calls some external exe files.
Some of them requires that I add to the PATH variable 1 directory. Basically,
the exe are located in:
/MyApp/Solvers/FirstExe
/MyApp/Solvers/SecondExe
And so on, while the dll needed by
Hello all.
I have a small question concerning the functions open(...) and file(...)
with python 2.4
In the online version of the documentation in the build-in functions
(section 2.1 http://docs.python.org/lib/built-in-funcs.html) here is an
quote of the file(...) doc :
The file() constructor is
nProgram.py'])
by this one
setup(windows=["myFunProgram.pyw"])
I use it under MS windows (I don't know if it is your case too).
You will find more informations here
http://www.py2exe.org/index.cgi/ListOfOptions
and more generally at http://www.py2exe.org/
Fouff
--
http://mail.python.org/mailman/listinfo/python-list