Re: [Tutor] django python Version 1.1.1 - Internacionalization

2009-11-12 Thread andré palma
On Thu, 2009-11-12 at 00:05 -0600, Wayne Werner wrote: On Wed, Nov 11, 2009 at 10:10 PM, andré palma andre...@gmail.com wrote: Hi all! I'm developing a django web application but i'm having a trouble with the internationalization. I don't know much

[Tutor] django python Version 1.1.1 - Internacionalization

2009-11-11 Thread andré palma
Hi all! I'm developing a django web application but i'm having a trouble with the internationalization. The problem is that translation somehow doesn't work. i followed these steps: - on my project folder (./translation ) i run the command: django-admin makemessages -l en-US and

[Tutor] django-python Version 1.1.1 - Internacionalization

2009-11-11 Thread andré palma
Hi all! I'm developing a django web application but i'm having a trouble with the internationalization. The problem is that translation somehow doesn't work. i followed these steps: - on my project folder (./translation ) i run the command: django-admin makemessages -l en-US and

[Tutor] ImportError: No module named conf

2009-03-29 Thread andré palma
Hey, i was trying to install python d2xx files but i got an error saying: ImportError: No module named conf from conf import * --- the error line. I've already searched for this module but i didn't find anything. Anyone have an idea why is this about?

[Tutor] HI, #Include like in python

2009-03-19 Thread andré palma
Hi \o I'm asking if there is any #include( C) like or any include('File.php') (php) like in python. I have 2 files: usbconnection.py and listen.py, And i want to use some classes avaiable in listen.py on my main file usbconnection.py. I've tryed to do __import__(listen.py) but obviously it

[Tutor] Pyusb: get data via USB sent from mouse

2009-03-07 Thread andré palma
Hi folks, I'm new on pyusb programming and to learn how to get data i'm trying to get data sent from my mouse. I've download a program called usbview( http://www.kroah.com/linux/usb/ ) to display the device descriptors of any USB device pluged to my computer. I made a peace of code