Can someone point me to instructions for getting fonts to use with PIL?
( http://pythonmac.org/packages/PIL-1.1.5-py2.4-macosx10.3.zip
from http://pythonmac.org/packages/ )
Thanks.
Tom Elliott
___
Pythonmac-SIG maillist - Pythonmac-SIG@python.org
http
hi
i am trying to use pyserial to program some hardware via serial. It
compiled easily without errors. But the scan.py doesnt actually
recognise any serial devices. However I tried using Processing (java)
and it detects several devices like mouse, modem, etc ...
i was wondering if anyone has tr
I've never been able to figure out when to use .profile vs .bashrc, but
I thought it had to do with only one of them being run when a subshell
was started, or something like that.
I do note that on both my OS-X and Linux boxes, /etc/profile sources
bashrc, and uses bash syntax, so it sure looks
I installed the ActivePython 2.4.2 binary on a clean 10.4 system. I
also installed ipython 0.6.15. ipython complains there is no readline
support. I did find a readline.so file in
/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/lib-dynload/
and ipython seems to be using the 2.4
On Nov 20, 2005, at 3:27 PM, Bob Ippolito wrote:
>
> On Nov 20, 2005, at 2:47 PM, Jon Rosebaugh wrote:
>
>> On 11/20/05, Brian Lenihan <[EMAIL PROTECTED]> wrote:
>>> I'm not sure really why this happens. I work around it using
>>> something
>>> like this in the initialization code:
>>>
>>> if
>than one way, but I think the most common is to create a file called
>.profile, and put it in your home directory. Put in this line:
>
>export PATH=$PATH:/usr/local/bin
I'd use '.bashrc' or '.bash_profile', because 'export' is bash syntax --
'.profile' should be read by any shell, and tcsh (e.g