Anyone interested in python-txosc or python-portmidi?

2010-08-26 Thread Alexandre Quessy
ython developers. It allows them to make their software communicate with other multimedia applications and devices. See http://svn.debian.org/wsvn/python-modules/packages/ Thanks, -- Alexandre Quessy http://alexandre.quessy.net/ -- To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org

python-portmidi module

2010-06-11 Thread Alexandre Quessy
/tarballs/ Regards, -- Alexandre Quessy http://alexandre.quessy.net/ -- To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/aanlktim-hlx72nvz_jhv6ky89newoeb

Re: Python module to package: python-txosc

2010-06-11 Thread Alexandre Quessy
Hello! It's in the SVN. It seems to build correctly. Does anyone have improvements to suggest? Regards, alex 2010/6/10 Sandro Tosi : > On Thu, Jun 10, 2010 at 04:47, Alexandre Quessy wrote: >> Hello dear members of the Python module packaging team, >> >> I have packag

Python module to package: python-txosc

2010-06-09 Thread Alexandre Quessy
there someone that is interested in working with me to eventually upload it? It should be pretty simple, since it is pure Python, and seems lintian error-free. Regards, -- Alexandre Quessy http://alexandre.quessy.net/ -- To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org with a subje

Request to join the Python Modules Packaging Team

2010-06-05 Thread Alexandre Quessy
. My name is Alexandre Quessy. I am a developer from Montreal. I am interested in free software for new media arts, nameyl audio, video and electronics. I have been using free software for many years now. I am the co-author of some free software projects such as those listed above. I am mostly

Re: python2.6 vs python-json

2010-02-14 Thread Alexandre Quessy
Hello everyone, It seems like python-json should either be renamed of deprecated. Meanwhile, all the Python application and modules that use JSON should be careful when importing the json module. Here's how I do it. (see the code extract below) # JSON im# JSON import: try: import json # pytho

Re: Ideal directory structure?

2010-01-30 Thread Alexandre Quessy
d from Twisted. I am not saying this is perfect, but it works well with the limitations of the packaging in importing mechanism in Python. Regards, Alexandre Quessy http://alexandre.quessy.net -- To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Re: Package and script naming

2010-01-05 Thread Alexandre Quessy
ath.split(os.path.dirname(os.path.abspath(__file__)))[0] sys.path.insert(0, d) from spam import runner runner.run() 2010/1/5 Alexandre Quessy : > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hello everyone, > I am in the process of putting finishing touches to a few new Debian >

Package and script naming

2010-01-05 Thread Alexandre Quessy
workaround to avoid typing that much ? I would rather simply type "./scripts/lunch" to run my app. Thanks ! Alexandre Quessy http://alexandre.quessy.net -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.9 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev