Jump to content

python libraries help

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
3 replies to this topic

#1
Guest_x42_*

Guest_x42_*
  • Guests
why is it so hard to install python libraries?, I can never figure out how to get them in place, some libraries I want to install are py text to speech, py computer vision, pyopengl, and pygame for linux. I have a duel boot machine that has Ubuntu 10.4, and windows xp, I am fine with having them installed on either one

#2
manux

manux

    Programming Professional

  • Members
  • PipPipPipPipPip
  • 234 posts
Maybe if you told us what doesnt work we could help.
But in general it's all written in the readme, and it's generally all the same:
python setup.py install


#3
Guest_x42_*

Guest_x42_*
  • Guests
and where do I type this?

#4
Alexander

Alexander

    It's Science!

  • Moderators
  • 4,124 posts

x42 said:

and where do I type this?

The console, preferrably.
Be sure to read the updated FAQ! || Health is achieved through the same 10,000 steps.
If a suggested code/method fails, informing us is less important than telling us why or what errors occurred.