Dear Sam,
Could you please try the following patch? I think it will fix the issue,
but I'm not sure -- I don't have this problem on my linux system. If it
works, I'll commit it to svn.
(Robert Kern suggested modifying the setup.py to include a compiler
command-line directive. IMO this is bet
Jerry LeVan wrote:
>Hi,
>
>I am porting one of my Tcl/Tk apps to Python and am having
>a bit of a problem with one detail.
>
>The structure of the app is that the main program
>sits in a folder and local resources live in a
>subFolder named Resources.
>
>I can easily pick up modules living in Reso
Sigh,
Nevermind, when I looked at sys.path in an actual
program the first element was actually the
path to the script, not '' (got '' from the
command line execution of python).
Jerry
On May 24, 2006, at 3:39 PM, Jerry LeVan wrote:
> Hi,
>
> I am porting one of my Tcl/Tk apps to Python and am h
Hi,
I am porting one of my Tcl/Tk apps to Python and am having
a bit of a problem with one detail.
The structure of the app is that the main program
sits in a folder and local resources live in a
subFolder named Resources.
I can easily pick up modules living in Resources, but
I can't see how to
Hi people,
i been trying to get wxsftp to work on my mac
installed with wxpython 2.6.
The problem is that the program would start with a
minimize window with only showing the upload and
download arrowsnothing else could be seen.
i am running macosx 10.4 as well
anyone can provide me wi