Dec-20-2016, 05:41 PM
I m learning python from Michael Dawson books, and he use library livewires to import and code pygame library, a do not know how to import and use this library in pypthon 3.5 , can somebody help ?
Please read the Help Documents before posting.
pygames and livewires |
Dec-20-2016, 05:41 PM I m learning python from Michael Dawson books, and he use library livewires to import and code pygame library, a do not know how to import and use this library in pypthon 3.5 , can somebody help ? Dec-20-2016, 06:43 PM pip install LiveWires Dec-20-2016, 08:00 PM Dec-20-2016, 08:07 PM the import is import livewires Dec-20-2016, 09:55 PM (This post was last modified: Dec-20-2016, 09:57 PM by djokson. Edited 1 time in total.) Dec-21-2016, 01:07 AM (This post was last modified: Dec-21-2016, 01:18 AM by Larz60+. Edited 1 time in total.) Well if it has a module named games, that's how you would load it. you might try: import livewires.games there's something funky about that package I installed it, and it's in the proper place. the file games.py exists, yet an error is generated when trying to import Is this for the LiveWires Python Course? You might want to visit their github site and see if there are special instructions It's located here: https://github.com/livewires/python Dec-21-2016, 06:05 AM (Dec-21-2016, 01:07 AM)Larz60+ Wrote: Well if it has a module named games, that's how you would load it.from this course http://kvspgtcs.org/wp-content/uploads/2...ginner.pdf chapter 11, but I use new version of book. in that he use python 3.1 import livewires.games doesn t work maybe that library doesn t work on python 3.5 ? Dec-21-2016, 01:34 PM (This post was last modified: Dec-21-2016, 01:34 PM by Larz60+. Edited 1 time in total.) the problem is in the package. There is nothing either of us can do. You need to contact the author (email and name available on Pypi) https://pypi.python.org/pypi/LiveWires/2.1 use the XML-RPC command: release_data = ppi.get_release_data('LiveWires', '2.1')You can use the wrapper I wrote here: https://github.com/Larz60p/PyPiInfo ![]() Dec-21-2016, 02:35 PM (Dec-21-2016, 01:34 PM)Larz60+ Wrote: the problem is in the package. thank you a lot, but it is look like nobady can help me, this package simply don t work Dec-21-2016, 10:43 PM (Dec-21-2016, 01:34 PM)Larz60+ Wrote: the problem is in the package. OP, read the whole post. Larz60 lets you know what you can do. It's dangerous to go alone! Take this: https://docs.python.org/3/library/index.html Currently #4 in both post count, and rep. wavic and buran , I'm coming for you... |
« Next Oldest | Next Newest » |
Possibly Related Threads... | |||||
Thread | Author | Replies | Views | Last Post | |
Pygames image | Strofix | 0 | 658 | May-28-2017, 04:44 PM Last Post: Strofix |