PIL on windows XP x64 (64-bit)?425 (10/10/2008 10:02:56 PM) comp.lang.python Has anybody here got PIL (the Image lib) working on Windows XP x64 (64- bit)? There is no version available for that platform from pythonware.com. Thanks, 2B ... Berco
Python on Windows XP 64-bit: python not found in registry123 (9/12/2008 8:57:42 AM) comp.lang.python After first trying to install the beta of Python 2.6 on my Windows XP 64-bit machine I finally succeeded installing 2.5.2. But I still have a some problem: Installing iPython, PIL, easy_install etc fails saying... Berco
Python on JavaScript VM's (such as V8)?422 (9/3/2008 9:52:07 PM) comp.lang.python I wonder what it would take to implement Python in JavaScript so it can run on those fancy new JavaScript VM's such as Chrome's V8 or Firefox' tracemonkey. Much the same as Python implementations in C# (IronPyt... Berco
create instance attributes for every method argument310 (7/19/2008 7:24:59 PM) comp.lang.python I remember reading somewhere how to create an instance attribute for every method argument, but although Google is my friend, I can't seem to find it. This could likely be done way more elegant: ==============... Berco
webcam (usb) access under Ubuntu136 (4/15/2008 12:21:54 PM) comp.lang.python I've been trying to access my webcam using Python, but I failed miserably. The camera works fine under Ubuntu (using camora and skype), but I am unable to get WebCamSpy or libfg to access my webcam. First I tr... Berco
Set classloader (classpath?) at runtime1118 (10/22/2007 2:16:16 PM) comp.lang.java.programmer I"m not sure if my understanding of classloading is correct, but I getthe feeling that it is where my problems lie.I have a class that receives an object that uses a differentclassloader/classpath. The incoming... cyberco
OT: eclipse: custom syntax coloring0286 (5/16/2007 7:55:20 AM) comp.lang.java.programmer Anybody here who knows how to extend the Java syntax coloring ofEclipse? I can only find presets under 'preferences'. I want to givelines that start with a specific sequence of characters a certaincolor.... cyberco
Axis logging: howto setup?5159 (3/13/2007 6:17:03 PM) comp.lang.java.programmer I'm developing a simple web service using Apache, Tomcat 5, Axis 1.4Instead of using System.out.println I'm trying to setup logging forAxis. Unfortunately this is more complex than I expected. Basically,for sta... cyberco
PIL: reading bytes from Image423 (3/10/2007 11:16:00 PM) comp.lang.python I'm using web.py to send an image to the client. This works (shortened): print open(path, "rb").read() but this doesn't: img = Image.open(path) img.thumbnail((10,10)) print img.getdata() or print img.load(... cyberco
Python for Java programmer520 (12/14/2007 4:53:17 PM) comp.lang.python Yo Group, I'm excited to learn Python as new language coming year, I consider myself good Java developer and, not so unusually, with very limited experience with dynamic programming languages such as Python or... nirav.thaker(9)
Python for web...1022 (12/26/2007 4:42:03 AM) comp.lang.python Hi everyone, I have to develop a web based enterprise application for my final year project. Since i am interested in open source, i searched the net. Almost 90% of them were PHP and MySQL. Cant we use python... thushianthan15(19)
Web Development Project230 (2/21/2008 11:34:44 PM) comp.lang.python Hey guys, I am interested in knowing, what new Web Development projects you are doing, curious to know, what data base you use, and if you are using Linux or Windows platform. Also, will like to know, if ther... bhuta.darshan(12)
Google App Engine2025 (4/8/2008 8:55:57 AM) comp.lang.python Google have announced a new service called 'Google App Engine' which may be of interest to some of the people here (although if you want to sign up you'll have to join the queue behind me): From the introduc... duncan.booth(1718)
webcam (usb) access under Ubuntu136 (4/15/2008 12:21:54 PM) comp.lang.python I've been trying to access my webcam using Python, but I failed miserably. The camera works fine under Ubuntu (using camora and skype), but I am unable to get WebCamSpy or libfg to access my webcam. First I tr... cyberco(119)
Image handling - stupid question58 (4/16/2008 10:21:13 AM) comp.lang.python I'm going to try to write some imange manipulation code (scaling, reading EXIF and IPTC info) and just want to ask if PIL is *THE* library to use? I looked at and noticed that the latest version is from Dec... arnlen(16)
simple question about dictionaries721 (7/21/2008 11:35:46 AM) comp.lang.python hi, i am new to python, so i've a really simple question about dictionaries. if i have a dictionary and I make have an input after it (to input numbers) can i get the key of value that was in input? somehting ... skazhy(1)
PIL on windows XP x64 (64-bit)?425 (10/10/2008 10:02:56 PM) comp.lang.python Has anybody here got PIL (the Image lib) working on Windows XP x64 (64- bit)? There is no version available for that platform from pythonware.com. Thanks, 2B ... cyberco(119)