setup install question

D

David Pratt

I have two versions of python running - 2.4.1 and 2.3.5. Python 2.4.1
is most current and will execute from 'python' at command line where
2.3.5 will execute from 'python2.3'. A recent problem I have is
installing rdflib. It installed and works fine on 2.4.1. rdflib uses
'python setup install' for install from command line (fine for the
2.4.1 version) but if won't install with

python2.3 setup install

without generating a traceback. It is somehow looking at the 2.3
following python as parameters for the version of rdflib.

Can I safely copy from 2.4.1 site-packages to 2.3.5's to make rdflib
available to 2.3.5 python?

Many thanks
David
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,431
Messages
2,571,679
Members
48,796
Latest member
Greg L.

Latest Threads

Top