First  |  Prev |  Next  |  Last
Pages: 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279
Cross Compiler for Python?
Up to now, I have been innocently using the vanilla python that comes with the Linux distribution (Suse in my case). For the past few days, I have been playing with a little device called an eBox - it is basically a 486 with 128Mb memory, and a 1Gig pcmcia flash drive. We want to try to use this as an industri... 9 Jul 2008 03:27
Validation in plone
Hi all and one, How to do server side validation in plone? please help me its very urgent. i created a validator.py file where i wrote a script for 'special character are not allowed' and calling that script in movie.py its working fine by validators = ('splcharvalid',), and when i wrote another script for email v... 7 Jul 2008 05:19
extended setattr()
2 weeks ago i asked for a etended getattr() which worked really fine, but now i would love to have a extended setattr() as well. Lets assume i have some classes: class A(object): def __init__(self): self.B = B() class B(object): def __init__(self): self.C = C() class C(object): ... 8 Jul 2008 14:07
VNC capture in python
Hi, I was wondering if I can do a capture of a VNC screen in python. Kinda like this http://search.cpan.org/~lbrocard/Net-VNC-0.35/lib/Net/VNC.pm but without opening a VNC window or doing a screen capture. Thanks for any suggestions -- "Formulations of number theory: Complete, Consistent, Non-trivial. Choose ... 7 Jul 2008 13:31
can't start IDLE 2.6 in Windows Vista
Python 2.6b1 installed ok on my XP laptop but not my Vista desktop. First I got a strange application log error: Activation context generation failed for "C:\Python\Dlls\_socket.pyd". Error in manifest or policy file "C:\Python26\DLLs\Microsoft.VC90.CRT.MANIFEST" on line 12. The value "..\msvcr90.dll" of at... 6 Jul 2008 23:12
GUI Programming by hand not code with Python Code
Is their a program that lets you design a GUI by hand (like gambas) not by code (like wxpython) but the commands are in python? A program similar to gambas or vb Gambas with python code instead of gambas code would be perfect. Thanks in advance ... 9 Jul 2008 07:32
mirroring files and data via http
I'm working on a project to create a central administration interface for several websites located on different physical servers. You can think of the websites as a blog type application. My administration application will be used to create new blog posts with associated media (images, etc..) So I am thinking ... 7 Jul 2008 05:19
Using poplib to parse headers - Thank You All!
Tim Roberts wrote: You've received some very confusing advice in this thread. Alex had the right answer, but I want to expand it a bit. [...] poplib.retr gives you a string. You need to hand that string to the email module, and you do that using "email.message_from_string". This is just to thank Ti... 6 Jul 2008 22:11
ANN: python-ldap-2.3.5
Find a new release of python-ldap: http://python-ldap.sourceforge.net/ python-ldap provides an object-oriented API to access LDAP directory servers from Python programs. It mainly wraps the OpenLDAP 2.x libs for that purpose. Additionally it contains modules for other LDAP-related stuff (e.g. processing LDI... 6 Jul 2008 22:11
interpretation of special characters in Python
Hi everybody, I am new to Python, I try to understand how Python treats special characters. For example, if I execute the following line in a shell console, I obtain a colored string: $ python -c "print '\033[30;44m foo \033[0m'" So, it works. Some time ago, I have made a lot of shell variables with all pos... 8 Jul 2008 01:50
First  |  Prev |  Next  |  Last
Pages: 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279