First  |  Prev |  Next  |  Last
Pages: 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124
Discover PyH
Hi all, I would like to present my first python library : PyH. PyH is a concise and powerful module that lets you build your HTML pages like a GUI. Tags are objects that can be created, included and modified at any time during your script. Discover it at http://pyh.googlecode.com . You can file bug reports and ... 19 May 2010 12:39
Getting System error with PyModule_AddIntConstant funtion
On May 18, 2010, at 11:41 AM, MathanK wrote: Following is a Python C api which runs properly without PyModule_AddIntConstant function. But when PyModule_AddIntConstant() function is used, getting the following error when i call c. path("test call"); " SystemError: NULL result without err... 18 May 2010 12:33
Multi-Threading in Python
Can anyone tell me how easy it is to do multi-threading in Python? This has probably been brought up already, so if it has, thanks anyway ... 18 May 2010 13:39
Regular expression
Hi, I have a string like this: 0x340x5A0x9B0xBA I want to extract 0x from the string but the first one. How I can use re for this case? The string size will vary. TIA ... 19 May 2010 03:54
subprocess and gvfs-mount
On Mon, 2010-05-17 at 17:54 +0200, Samuel Bancal wrote: Hi, I'm coding a script that does some automates for my users ... including mounting a smb share. Because we are using Gnome, I choosed to use gvfs-mount, which is quite similar to "Places > Connect to Server > ..."= Now my script does : ... 18 May 2010 09:14
max time wait for a function
Hi, I've a question for you. I'd like to call a function and waiting its return value for a time max (30 sec). The function could not respond and then I must avoid to wait for infinite time. OS is Windows XP. Can you help me? Thank ... 18 May 2010 12:33
pickle unable to load collection
Hi, I am unable to figure out the cause of python pickle unable to find the collection module. I am getting __import__(module) ImportError: No module named collections when I try to load a pickled object. Details: Python version: Python 2.6 (r26:66721, Oct 2 2008, 11:35:03) [MSC v.1500 32 bi... 18 May 2010 15:52
Can't find _sqlite3.so in lib-dynload
I compiled python2.6.4 from source. But I can't find _sqlite3.so in the install directory. I thought that _sqlite3.so should be generated to the install directory. Would you please let me know how to fix it? -- Regards, Peng ... 18 May 2010 08:08
Encoding troubles
I'm working on the webapp of our company intranet and I had a question about proper handling of user input that's causing encoding issues. Some of the uesrs take notes in Microsoft Office and copy/paste these into textarea's of the webapp. Some of the characters from Word such as hypens (–) and apostrophes (’) ar... 17 May 2010 23:28
wxPython: How to get letter colour from TextCtrl
Hello, I've got a problem getting the colour of a single letter within the TextCtrl widget: letterstyle = wx.TextAttr() self.p1.GetStyle(self.p1.XYToPosition(0,0),letterstyle) color = letterstyle.GetTextColour() print color This should display the colour value of the very first letter in the very first ... 17 May 2010 19:06
First  |  Prev |  Next  |  Last
Pages: 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124