Re: TextWrangler "run" command not working properly

2011-04-17 Thread Fabio
In article , Ernest Obusek wrote: > I'm not a python expert, but you might trying running 'print sys.path' inside > your script and run that from TextWrangler to see where it's looking for > modules. > > - Ernest Hi Ernst, Hi Brian, Thank you for your answers! With the "#!/usr/bin/env pyt

Re: [Mac OSX] TextWrangler "run" command not working properly

2011-04-15 Thread Jason Swails
On Thu, Apr 14, 2011 at 1:52 PM, Fabio wrote: > Then, I started to use TexWrangler, and I wanted to use the "shebang" > menu, and "run" command. > I have the "#! first line" pointing to the 2.6 version. > It works fine, as long as I don't import the libraries, in which case it > casts an error sa

Re: TextWrangler "run" command not working properly

2011-04-15 Thread Brian Blais
Hello Fabio You have two versions of 2.6 on your system. On Apr 15, 2011, at 4:51 AM, Fabio wrote: > I have the "built-in" Python2.5 which comes installed by "mother Apple". My OSX comes with 2.3, 2.5, and 2.6. :) These are under: /System/Library/Frameworks/Python.framework/Versions/ ^^

Re: TextWrangler "run" command not working properly

2011-04-15 Thread Fabio
In article <382709dd-5e3f-4b07-a642-4ce141ef4...@18g2000prd.googlegroups.com>, Jon Clements wrote: > http://www.velocityreviews.com/forums/t570137-textwrangler-and-new-python-vers > ion-mac.html Thank you for the reply Jon. I saw the post in velocityreviews. Unfortunately it doesn't solve my

Re: TextWrangler "run" command not working properly

2011-04-14 Thread Ernest Obusek
I'm not a python expert, but you might trying running 'print sys.path' inside your script and run that from TextWrangler to see where it's looking for modules. - Ernest On Apr 14, 2011, at 5:01 PM, Jon Clements wrote: > On Apr 14, 9:52 pm, Fabio wrote: >> Hi to all, >> I have troubles with T

Re: TextWrangler "run" command not working properly

2011-04-14 Thread Jon Clements
On Apr 14, 9:52 pm, Fabio wrote: > Hi to all, > I have troubles with TextWrangler "run" command in the "shebang" (#!) > menu. > I am on MacOSX 10.6.7. > I have the "built-in" Python2.5 which comes installed by "mother Apple". > Then I installed Python2.6, and left 2.5 untouched (I was suggested to

[Mac OSX] TextWrangler "run" command not working properly

2011-04-14 Thread Fabio
Hi to all, I have troubles with TextWrangler "run" command in the "shebang" (#!) menu. I am on MacOSX 10.6.7. I have the "built-in" Python2.5 which comes installed by "mother Apple". Then I installed Python2.6, and left 2.5 untouched (I was suggested to leave it on the system, since "something mi