python application question

A

a

I am trying to write an application that takes two files from over the
internet and plots one against the other

i am getting the data ok.

if i want to plot it i have to use something like matplotlib? but
this doesn't come with the standard installation. so if i want
someone else to use this application, do they have to install
matplotlib themselves or is there a better way?

ps someone helped me with enumerate(), which works on the linux but
not on the windows?

thanks
 
A

Adam Tauno Williams

if i want to plot it i have to use something like matplotlib? but
this doesn't come with the standard installation. so if i want
someone else to use this application, do they have to install
matplotlib themselves or is there a better way?

Use PyPI to distribute your application and declare matplotlib as a
requirement in your setup.py. Then when they easy_install it should
take care of it.
 
P

Patrick Maupin

ps someone helped me with enumerate(), which works on the linux but
not on the windows?

enumerate() works fine on windows. Perhaps your windows box has a
really old Python?

Regards,
Pat
 

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,172
Messages
2,570,935
Members
47,479
Latest member
JaysonK723

Latest Threads

Top