On Thu, 2009-11-12 at 00:05 -0600, Wayne Werner wrote:
>
>
> On Wed, Nov 11, 2009 at 10:10 PM, andré palma
> wrote:
> Hi all!
> I'm developing a django web application but i'm having a
> trouble with
> the internationalizatio
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
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
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?
_
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 obvious
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 tha