> it looks like most are specically for Java. Anybody a good idea for a > book to use when working with Python instead of Java?
I am not aware of any book, but precisely these steps should get you going: 1. Download EasyEclipse (http://easyeclipse.org/site/distributions/ lamp.html) and unzip/install it. 2. Run EasyEclipse. It will create a default workspace 3. Go to Window->Preferences->PyDev->Intrepreter - Python and choose / usr/bin/python (or whatever is your python executable) 4. Go to your workspace from command prompt, and create a tg-project. 5. From eclipse, File->New Project->PyDev Project and give the same name as your tg project. 6. If not selected, select PyDev perspective from Window-Open Perspective. HTH Sanjay --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/turbogears?hl=en -~----------~----~----~----~------~----~------~--~---

