You must install numpy or scipy before installing matplotlib. If you
do not want to do it yourself you cand download
Scipy superpack
"This shell script will install recent SVN builds of Numpy (1.3) and
Scipy (0.7), as well as Matplotlib (0.98), iPython (0.8.3) and PyMC
(2.0 beta) for OS X 10.5 (Le
You must install numpy or scipy before installing matplotlib. If you
do not want to do it yourself you cand download
Scipy superpack
"This shell script will install recent SVN builds of Numpy (1.3) and
Scipy (0.7), as well as Matplotlib (0.98), iPython (0.8.3) and PyMC
(2.0 beta) for OS X 10.5 (Le
search, search
for example
http://groups.google.be/group/comp.lang.python/browse_thread/thread/bddbb6861bf5b084/af7070e5b3971d53?hl=fr&lnk=gst&q=os.startfile+unix#af7070e5b3971d53
--
http://mail.python.org/mailman/listinfo/python-list
you put your pth file in (same configuration:
/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-
packages/
--
http://mail.python.org/mailman/listinfo/python-list
search, search, it is a recurrent question
for example
http://groups.google.be/group/comp.lang.python/browse_thread/thread/7bef767753fe40f1/a3fd7c2dd7a50bef?hl=fr&lnk=gst&q=mysqldb+mac#a3fd7c2dd7a50bef
--
http://mail.python.org/mailman/listinfo/python-list
search, search, search
http://groups.google.be/group/comp.lang.python/browse_thread/thread/d75a491b8dbc3880/7d4f8eea29e23992?hl=fr&lnk=gst&q=MySQLdb+mac#7d4f8eea29e23992
--
http://mail.python.org/mailman/listinfo/python-list
I agree, use the official python
http://www.python.org/ftp/python/2.5.2/python-2.5.2-macosx.dmg
I'm also using OS X 10.4.11 and I have no problem
for installing numpy
http://www.scipy.org/Installing_SciPy/Mac_OS_X
or you can download Pre-built binaries from
http://pythonmac.org/packages/py25-fat/
which python ? from macports or macpython ?
--
http://mail.python.org/mailman/listinfo/python-list
you need appscript "that allows you to control scriptable Mac OS X
applications from Python"
http://pypi.python.org/pypi/appscript/0.18.1
--
http://mail.python.org/mailman/listinfo/python-list
I don't known pjsip but this problem generally occurs when the library
(dylib) on which the file (.so) depends is not the good one
> Googling this issue show that it is happening to many
> libraries in python on mac.
?? I am working in python on mac since a lot of time I seldom have
such prob
if you are not satisfied with the native version, why not install the
official version directly from python site
http://www.python.org/download/ (macpython) instead of using that of
macports. It moreover is provided with many utilities
There is a macpython list that you can consult at
http://www.
look at
http://groups.google.be/group/comp.lang.python/browse_thread/thread/d75a491b8dbc3880/0ca1fb7f7deca194?hl=fr&lnk=gst&q=laloux#0ca1fb7f7deca194
There is a macpython list that you can consult at
http://www.nabble.com/Python---pythonmac-sig-f2970.html
--
http://mail.python.org/mailman/listinf
use the glob module
import os, glob
dor = the path you want
for dir, subdir, files in os.walk(dor):
for file in files:
if glob.fnmatch.fnmatch(file,"*.txt"):
do what you want
--
http://mail.python.org/mailman/listinfo/python-list
There is a macpython list that you can consult at
http://www.nabble.com/Python---pythonmac-sig-f2970.html. When you
search for your problem
http://www.nabble.com/forum/Search.jtp?forum=2970&local=y&query=mysqldb
you have the solution
http://www.nickshanny.com/2007/10/os-x-105-python-and-mysqldb.ht
me to because of the problem of the new versions of wxpython not
compatible with the old ones (try to run a script done with wxpython
3, 4, 5 even 6 with wxpython 2.8.x). Each time, I must re-examine all
my old scripts. Tkinter, although less beautiful, is more stable
--
http://mail.python.org/ma
look at "Basic Tkinter dialogs" from python cookbook at
http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/438123
--
http://mail.python.org/mailman/listinfo/python-list
You must seek for python and Open Source GIS or mapserver and you
find:
http://mapserver.gis.umn.edu/community/conferences/MUM3/workshop/python
http://www.archaeoworld.com/classes/osgit/lectures/ with
http://www.archaeoworld.com/classes/osgit/lectures/osgit_02_libraries.pdf
and you have some exa
> I run Python 2.5 on a Mac OS X system with SQLite 3.2.8 installed via
> fink.
Why fink ?, it is very easy to make sqlite. download the source,
configure, make and install from terminal
--
http://mail.python.org/mailman/listinfo/python-list
Go to http://wiki.python.org/moin/MacPython and http://pythonmac.org/packages/
if you want to download macpython 2.5 or macpython 2.4.4 ("framework"
builds). Installation is very easy (package) and you have all you want
without problem with the 2.3.5 version wich remains installed and
functional
I use pycluster
http://bonsai.ims.u-tokyo.ac.jp/~mdehoon/software/cluster/software.htm#pycluster
--
http://mail.python.org/mailman/listinfo/python-list
or go to
http://pythonmac.org/packages/
and you have python 2.5 or python 2.4.4 with readline support
--
http://mail.python.org/mailman/listinfo/python-list
Try Esri
http://support.esri.com/index.cfm?fa=forums.gateway
or
http://geography.sdsu.edu/People/Pages/jankowski/public_html/web683/lectures683.htm
--
http://mail.python.org/mailman/listinfo/python-list
you delete it from lib
--
http://mail.python.org/mailman/listinfo/python-list
I work with Python on mac os 10.3.9
First of all :
Install a newer version of python for mac, from
http://pythonmac.org/packages/
(python 2.4.4 -> http://pythonmac.org/packages/py24-fat/index.html)
(python 2.5 -> http://pythonmac.org/packages/py25-fat/index.html)
you have a more "standard" pyt
which distribution of python you use ?
I use the one of
http://pythonmac.org/packages/py25-fat/index.html
withoutproblem
--
http://mail.python.org/mailman/listinfo/python-list
25 matches
Mail list logo