Re: adding librarys in python

2016-10-12 Thread AudioGames . net Forum — Developers room : kianoosh via Audiogames-reflector
Re: adding librarys in python thanks URL: http://forum.audiogames.net/viewtopic.php?pid=282582#p282582 ___ Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin-gucukoglu.com/cgi-bin/mailman

Re: adding librarys in python

2016-10-12 Thread AudioGames . net Forum — Developers room : ctoth via Audiogames-reflector
Re: adding librarys in python To get the most recent version of libaudioverse specifically, issue:pip install --pre libaudioverseYou want the prerelease as 0.9 has a lot of nice stuff in it and I don't believe @camlorn has cut a release yet.You'll need a relatively recent version

Re: adding librarys in python

2016-10-12 Thread AudioGames . net Forum — Developers room : ctoth via Audiogames-reflector
Re: adding librarys in python To get the most recent version of libaudioverse specifically, issue:pip install --pree libaudioverseYou want the prerelease as 0.9 has a lot of nice stuff in it and I don't believe @camlorn has cut a release yet. URL: http://forum.audiogames.net/viewtopic.php

Re: adding librarys in python

2016-10-08 Thread AudioGames . net Forum — Developers room : Hrvoje via Audiogames-reflector
Re: adding librarys in python Libaudioverse is distributed as Python wheel package, which means you'll definitely need pip to install it. URL: http://forum.audiogames.net/viewtopic.php?pid=281852#p281852 ___ Audiogames-reflector mailing

Re: adding librarys in python

2016-10-07 Thread AudioGames . net Forum — Developers room : kianoosh via Audiogames-reflector
Re: adding librarys in python libaudioverseAnd thanks for your help hrvoge URL: http://forum.audiogames.net/viewtopic.php?pid=281725#p281725 ___ Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https

Re: adding librarys in python

2016-10-06 Thread AudioGames . net Forum — Developers room : magurp244 via Audiogames-reflector
Re: adding librarys in python Its more or less the same, either way the library would end up in python/lib/sitepackages although using setup.py is a bit more straight forward and may also pack it neatly into an *.egg file too. Some libraries might not come with a setup.py though

Re: adding librarys in python

2016-10-06 Thread AudioGames . net Forum — Developers room : brian . kurosawa via Audiogames-reflector
Re: adding librarys in python What are the differences between pasting the folder inside "site packages" and running setup.py? URL: http://forum.audiogames.net/viewtopic.php?pid=281609#p281609 ___ Audiogames-reflector ma

Re: adding librarys in python

2016-10-06 Thread AudioGames . net Forum — Developers room : Hrvoje via Audiogames-reflector
Re: adding librarys in python There are multiple ways.1. You can download the library and copy it into the same folder wher your python script is located (not recommended).2. You can download the library and copy it into the python/lib/sitepackages subfolder.3. You can install the library

adding librarys in python

2016-10-06 Thread AudioGames . net Forum — Developers room : kianoosh via Audiogames-reflector
adding librarys in python Hi guise. As the post said, I don't know how to add the libraries. I have some libraries But I don't know where to paste them to import them in my program. Any helps really a pretiated URL: http://forum.audiogames.net/viewtopic.php?pid=281558#p281558