Re: best text editor for programming Python on a Mac

2016-06-17 Thread support
use notepad++ -- https://mail.python.org/mailman/listinfo/python-list

Re: Geo Location extracted from visitors ip address

2013-07-08 Thread Support by Νίκος
Στις 5/7/2013 10:28 μμ, ο/η Jerry Hill έγραψε: On Fri, Jul 5, 2013 at 3:08 PM, Νίκος Gr33k ni...@superhost.gr wrote: Is there a way to extract out of some environmental variable the Geo location of the user being the city the user visits out website from? Perhaps by utilizing his originated ip

Re: Geo Location extracted from visitors ip address

2013-07-05 Thread Support by Νίκος
Στις 5/7/2013 10:58 μμ, ο/η Tim Chase έγραψε: On 2013-07-05 22:08, Νίκος Gr33k wrote: Is there a way to extract out of some environmental variable the Geo location of the user being the city the user visits out website from? Perhaps by utilizing his originated ip address? Yep. You can get an

Re: Python-list Digest, Vol 108, Issue 248

2012-11-28 Thread support
Message ignored: Did not match any rules -Original Message- Subject: Python-list Digest, Vol 108, Issue 248 To: python-list@python.org From: python-list-requ...@python.org Send Python-list mailing list submissions to python-list@python.org To subscribe or unsubscribe via the

Re: Linux compatibility

2012-11-20 Thread EDI Support
On Monday, November 19, 2012 11:44:37 AM UTC-5, EDI Support wrote: Hi All, I would like know if Python 2.4.3 will be compatible with Linux RHEL 5.5 or 6.1? Thanks Tony Thanks everyone for your replies. To clarify, We would like to run a Proof of concept - that our current version 2.4.3

Linux compatibility

2012-11-19 Thread EDI Support
Hi All, I would like know if Python 2.4.3 will be compatible with Linux RHEL 5.5 or 6.1? Thanks Tony -- http://mail.python.org/mailman/listinfo/python-list

Multiple python installations mix their sys.prefix

2011-01-24 Thread Tech Support Box
Hi there I have several versions of python2.4 installed: - the OS, rpm-installed one in /usr - Several other versions in /usr/local, installed with --prefix /usr/ local/inst-shared/version --exec-prefix /usr/local/inst/version My problem is when starting one of the versions from /usr/local,

Regex trouble

2009-09-24 Thread Support Desk
I am trying to loop over a dictionary of phone numbers and using a python regex to determine if they are long distance or local and then adding them to their appropriate dictionary, My regex doesn't appear to be working though. My regex's are these international__iregex=r'^1?(011|001)'

Regex trouble

2009-09-24 Thread Support Desk
I am trying to loop over a dictionary of phone numbers and using a python regex to determine if they are long distance or local and then adding them to their appropriate dictionary, My regex doesn't appear to be working though. My regex's are these international__iregex=r'^1?(011|001)'

Searching Dictionary

2009-09-23 Thread Support Desk
i am trying to search a large Python dictionary for a matching value. The results would need to be structured into a new dictionary with the same structure. Thanks. The structure is like this { Key : [{'item':value,'item2':value,'

Re: Searching Dictionary

2009-09-23 Thread Support Desk
...@gmail.com wrote: On Wed, Sep 23, 2009 at 2:31 PM, Support Desk support.desk@gmail.com wrote: i am trying to search a large Python dictionary for a matching value. The results would need to be structured into a new dictionary with the same structure. Thanks. The structure is like

Searching a large dictionary

2009-09-22 Thread Support Desk
I need help searching a large python dictionary. The dictionary is setup like so Key[{'item':value,'item2':value,'item3':value,'item4':value,'item5':value','item6':value,'item7':value,'item8':value,'item9':value}]

Re: Searching a large dictionary

2009-09-22 Thread Support Desk
Chris, Yes that is the correct syntax, thanks On Tue, Sep 22, 2009 at 5:22 PM, Chris Rebert c...@rebertia.com wrote: On Tue, Sep 22, 2009 at 2:50 PM, Support Desk support.desk@gmail.com wrote: I need help searching a large python dictionary. The dictionary is setup like so Key

ValueError: Procedure probably called with not enough arguments (8 bytes missing)

2009-08-07 Thread LabJack Support
Hello! I am chasing around a problem that I am having with ctypes and I am hoping someone can help out. Here is the Python code: def asynch(self, baudrate, data, idNum=None, demo=0, portB=0, enableTE=0, enableTO=0, enableDel=0, numWrite=0, numRead=0): Name:

Re: ValueError: Procedure probably called with not enough arguments (8 bytes missing)

2009-08-07 Thread LabJack Support
On Aug 7, 4:16 pm, LabJack Support labjacksupp...@gmail.com wrote: Hello! I am chasing around a problem that I am having with ctypes and I am hoping someone can help out. Here is the Python code:     def asynch(self, baudrate, data, idNum=None, demo=0, portB=0, enableTE=0, enableTO=0

Rapid Charts 1.08

2009-05-01 Thread support
for more more information and downloads. supp...@rapid-charts.com PA HREF=http://www.rapid-charts.com;Rapid Charts 1.08/A - Rapid chart/graph creation. (01-May-09) -- http://mail.python.org/mailman/listinfo/python-announce-list Support the Python Software Foundation: http

RE: Open source web crawler with mysql integration

2009-04-10 Thread Support Desk
Sounds Interesting. When its done would you care to share it? Sincerely, Michael H. -Original Message- From: Philip Semanchuk [mailto:phi...@semanchuk.com] Sent: Thursday, April 09, 2009 9:46 PM To: Python Subject: Re: Open source web crawler with mysql integration On Apr 9, 2009, at

RE: Scraping a web page

2009-04-07 Thread Support Desk
You could do something like below to get the rendered page. Import os site = 'website.com' X = os.popen('lynx --dump %s' % site).readlines() -Original Message- From: Tim Chase [mailto:python.l...@tim.thechases.com] Sent: Tuesday, April 07, 2009 7:45 AM To: Ronn Ross Cc:

RE: Scraping a web page

2009-04-07 Thread Support Desk
[mailto:ronn.r...@gmail.com] Sent: Tuesday, April 07, 2009 9:37 AM To: Support Desk Subject: Re: Scraping a web page This works great, but is there a way to do this with firefox or something similar so I can also print the images from the site? On Tue, Apr 7, 2009 at 9:58 AM, Support Desk

Capture Keystrokes from a USB Wireless Keyboard.

2009-02-27 Thread Support Desk
Does anybody know of a way to capture keystrokes form a wireless USB keyboard using python? -- http://mail.python.org/mailman/listinfo/python-list

RE: Capture Keystrokes from a USB Wireless Keyboard.

2009-02-27 Thread Support Desk
Thanks, I'm looking for something I can integrate into a simple game I'm working on that will run in Linux. -Original Message- From: Shane Geiger [mailto:sgei...@councilforeconed.org] Sent: Friday, February 27, 2009 9:09 AM To: Support Desk Cc: python-list@python.org Subject: Re

RE: Web crawler on python

2008-10-27 Thread Support Desk
-Original Message- From: James Mills [mailto:[EMAIL PROTECTED] Sent: Sunday, October 26, 2008 5:26 PM To: sonich Cc: python-list@python.org Subject: Re: Web crawler on python On Mon, Oct 27, 2008 at 6:54 AM, sonich [EMAIL PROTECTED] wrote: I need simple web crawler, I found Ruya, but

account balance checker

2008-10-16 Thread Support Desk
Hello all, I was wondering if it would be possible to make a script to grab my balance account balance a few times a day without having to login every time. I know I can use the urlib2 library, but not sure how to go about filling in the forms and submitting them. BOA has a mobile site

RE: account balance checker

2008-10-16 Thread Support Desk
the resulting form with the password -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Chris Rebert Sent: Thursday, October 16, 2008 10:15 AM To: Support Desk Cc: python-list@python.org Subject: Re: account balance checker You'd probably have to use something

RE: Porn Addiction Solutions?

2008-10-08 Thread Support Desk
I got a solution, cutt it off, and then Kill yourself. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 08, 2008 2:30 PM To: python-list@python.org Subject: Re: Porn Addiction Solutions? On Oct 8, 3:07 pm, [EMAIL PROTECTED] wrote: Help, I'm

RE: Porn Addiction Solutions?

2008-10-08 Thread Support Desk
Oh in that case she can email me, I got lots of porn. -Original Message- From: Dotan Cohen [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 08, 2008 3:15 PM To: Support Desk Cc: [EMAIL PROTECTED]; python-list@python.org Subject: Re: Porn Addiction Solutions? 2008/10/8 Support Desk

RE: Regex Help

2008-09-24 Thread Support Desk
[EMAIL PROTECTED], Support Desk wrote: Anybody know of a good regex to parse html links from html code? The one I am currently using seems to be cutting off the last letter of some links, and returning links like http://somesite.co or http://somesite.ph the code I am using is regex

More regex help

2008-09-24 Thread Support Desk
I am working on a python webcrawler, that will extract all links from an html page, and add them to a queue, The problem I am having is building absolute links from relative links, as there are so many different types of relative links. If I just append the relative links to the current url, some

RE: More regex help

2008-09-24 Thread Support Desk
Kirk, That's exactly what I needed. Thx! -Original Message- From: Kirk Strauser [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 24, 2008 11:42 AM To: python-list@python.org Subject: Re: More regex help At 2008-09-24T16:25:02Z, Support Desk [EMAIL PROTECTED] writes: I am

Regex Help

2008-09-22 Thread Support Desk
Anybody know of a good regex to parse html links from html code? The one I am currently using seems to be cutting off the last letter of some links, and returning links like http://somesite.co or http://somesite.ph the code I am using is regex = r'a href=[|\']([^|\']+)[|\']' page_text =

Re: ANN: Python GUI development using XULRunner

2008-09-17 Thread support
On Sep 17, 1:21 pm, Todd Whiteman [EMAIL PROTECTED] wrote: Don Spaulding wrote: On Sep 16, 8:29 pm, Todd Whiteman [EMAIL PROTECTED] wrote: I've put together a tutorial that shows off how to build a GUI application using XULRunner (same architectural components as Firefox uses) that can be

RE: How do I add permanently to Pythons sys.path?

2008-09-16 Thread Support Desk
What about on a unix box? Sincerely, Michael H. -Original Message- From: Aaron Castironpi Brady [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 16, 2008 12:49 PM To: python-list@python.org Subject: Re: How do I add permanently to Pythons sys.path? On Sep 16, 10:13 am, cnb [EMAIL

RE: Adding Icons to my Programs

2008-08-26 Thread Support Desk
-Original Message- From: Kevin McKinley [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 26, 2008 4:37 PM To: python-list@python.org Subject: Adding Icons to my Programs I've been turn my script into executible programs with Py2exe. Is there a way to change the icon for the main exe

RE: Adding Icons to my Programs

2008-08-26 Thread Support Desk
Sincerely, Michael H. -Original Message- From: Kevin McKinley [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 26, 2008 4:37 PM To: python-list@python.org Subject: Adding Icons to my Programs I've been turn my script into executible programs with Py2exe. Is there a way to change the

RE: Adding Icons to my Programs

2008-08-26 Thread Support Desk
Take a look at this: http://www.velocityreviews.com/forums/t332696-setting-icon-using-py2exe.html -Original Message- From: Kevin McKinley [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 26, 2008 4:37 PM To: python-list@python.org Subject: Adding Icons to my Programs I've been turn my

RE: Hide raw_input text?

2008-08-13 Thread Support Desk
-Original Message- From: tmallen [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 13, 2008 12:26 PM To: python-list@python.org Subject: Hide raw_input text? I'm working on a little FTP project to get comfortable with ftplib. It's all terminal-based right now, and one issue I'm having

RE: internet searching program

2008-08-12 Thread Support Desk
-no-longer.html -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 12, 2008 3:09 AM To: python-list@python.org Subject: Re: internet searching program On 8月12日, 下午1时44分, alex23 [EMAIL PROTECTED] wrote: On Aug 12, 12:03 am, Support Desk [EMAIL PROTECTED] wrote

RE: internet searching program

2008-08-11 Thread Support Desk
Google does'nt allow use of their API's anymore, I belive Yahoo has one or you could do something like below. searchstring = 'stuff here' x = os.popen('lynx -dump http://www.google.com/search?q=%s' % searchstring).readlines() -Original Message- From: Steven D'Aprano [mailto:[EMAIL

RE: SSH utility

2008-08-11 Thread Support Desk
What about pexpect? http://www.noah.org/wiki/Pexpect -Original Message- From: Alan Franzoni [mailto:[EMAIL PROTECTED] Sent: Monday, August 11, 2008 5:41 AM To: python-list@python.org Subject: Re: SSH utility James Brady was kind enough to say: Hi all, I'm looking for a python

RE: I need a Python mentor

2008-08-08 Thread Support Desk
U...yea _ From: A. Joseph [mailto:[EMAIL PROTECTED] Sent: Friday, August 08, 2008 1:44 PM To: python-list@python.org Subject: I need a Python mentor How are you? You look good; I will like to meet you. Visit my profile and drop some line for me. Abah Hello

python lists and newline character

2008-07-28 Thread Support Desk
Hello all, I am using os.popen to get a list returned of vpopmail users, something like this x = os.popen('/home/vpopmail/bin/vuserinfo -n -D mydomain.com).readlines() x returns a list, of usernames, and I am trying to append the usernames with the domain like so for line

variable question

2008-07-09 Thread Support Desk
I am trying to assign a variable using an if / else statement like so: If condition1: Variable = something If condition2: Variable = something else Do stuff with variable. But the variable assignment doesn't survive outside the if statement. Is there any better

regex help

2008-06-30 Thread Support Desk
Hello, I am working on a web-app, that querys long distance numbers from a database of call logs. I am trying to put together a regex that matches any number that does not start with the following. Basically any number that does'nt start with: 281 713 832 or 1281 1713 1832

Re: Exit from os.chroot()

2008-06-04 Thread support . intranet
On 4 Giu, 17:08, Wolfgang Draxinger [EMAIL PROTECTED] wrote: support.intranet wrote: Hello! I'm writing a small script and I need to call the os.chroot function. The problem is, a few lines below I need to call a program in /usr/bin. Is there a way to exit from the chroot, or to limit the

regex help

2008-06-03 Thread Support Desk
I am trying to put together a regular expression that will rename users address books on our server due to a recent change we made. Users with address books user.abook need to be changed to [EMAIL PROTECTED] I'm having trouble with the regex. Any help would be appreciated. -Mike --

RE: regex help

2008-06-03 Thread Support Desk
That’s it exactly..thx -Original Message- From: Reedick, Andrew [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 03, 2008 9:26 AM To: Support Desk Subject: RE: regex help The regex will now skip anything with an '@'in the filename on the assumption it's already in the correct format

Serving another web site which requires authentication

2008-03-24 Thread hasnihon . support
Hi, I need your suggestions about the topic. Actually, I'm not sure where to start but basically, I want to make something like; (I have an account on a site which requires log-in) - I'll be logged-in to that site with my account in my server. - And when a user connects to my site, I'll forward

Re: Serving another web site which requires authentication

2008-03-24 Thread hasnihon . support
Hi binaryj, Yeah I feel lucky, thanks... Well, actually, I want my users to be able to see the auction information about some vehicles. It's a Japanese site (https://www.iauc.co.jp/) I've no experience about the proxy staff, but when I googled I found; - Twisted - pyCurl but, I don't know how

Re: problem With Psyco on Wingide mac

2008-01-21 Thread Wingware Support
Arash Arfaee wrote: I am trying to use psyco with wingide on mac. when I open Mac Python shell I can import psyco, but not inside the wingide. Even python shell on wingide cannot import psyco. Can anybody help me to solvethis problem? I suspect Wing is finding a different Python installation

Re: Mail Delivery (failure [EMAIL PROTECTED])

2006-10-16 Thread support
purchased. What is the problem? It can be resolved by installing the most current version of our products. FYI: http://www.pdf-convert.com/faq/register.html 2.) PDF-Convert Software Products FAQS: http://www.pdf-convert.com/support.htm Thank you for your support! PDF-Convert Software http://www.pdf

RE: Python-list Digest, Vol 35, Issue 8

2006-08-01 Thread support
This is an automated response. Thank you for contacting the Technical Support team at The MathWorks Ltd. A technical support representative will be contacting you within 1 business day. The following information will help us in responding to your request. If you have already provided

RE: Python-list Digest, Vol 35, Issue 10

2006-08-01 Thread support
This is an automated response. Thank you for contacting the Technical Support team at The MathWorks Ltd. A technical support representative will be contacting you within 1 business day. The following information will help us in responding to your request. If you have already provided

RE: Python-list Digest, Vol 35, Issue 2

2006-07-31 Thread support
This is an automated response. Thank you for contacting the Technical Support team at The MathWorks Ltd. A technical support representative will be contacting you within 1 business day. The following information will help us in responding to your request. If you have already provided

RE: Python-list Digest, Vol 35, Issue 1

2006-07-31 Thread support
This is an automated response. Thank you for contacting the Technical Support team at The MathWorks Ltd. A technical support representative will be contacting you within 1 business day. The following information will help us in responding to your request. If you have already provided

RE: Python-list Digest, Vol 35, Issue 4

2006-07-31 Thread support
This is an automated response. Thank you for contacting the Technical Support team at The MathWorks Ltd. A technical support representative will be contacting you within 1 business day. The following information will help us in responding to your request. If you have already provided

RE: Python-list Digest, Vol 35, Issue 6

2006-07-31 Thread support
This is an automated response. Thank you for contacting the Technical Support team at The MathWorks Ltd. A technical support representative will be contacting you within 1 business day. The following information will help us in responding to your request. If you have already provided

web

2006-03-28 Thread support
Hello, 2ExtremeStudios.com would like to offer you a great deal on a brand new website for your business. We invite you to visit www.2ExtremeStudios.com, we offer business information site design and e-store integration, as well as other services. Thanks for your time, Daniel N. Phone.

about dictionary

2005-11-20 Thread Technical Support of Intercable Co
b=dict.fromkeys(a) -- http://mail.python.org/mailman/listinfo/python-list

[question] Event Handeling Between Two wxPanles in A wxNotebook

2005-03-19 Thread support . services . complaints
Ok i have a wxFrame with a wxNotebook that has two wxPanels, lets call them panel_1 and panel_2 i have wxTextCtrl in panel_1 (call it panel_1_ctrl) that i want the user to be able to fill up. I then want the user to be able to click a button (i.e. create an EVT) and have Value() of panel_1_ctrl

Re: Event Handeling Between Two wxPanles in A wxNotebook

2005-03-19 Thread support . services . complaints
well i have gotten to the point that i can send msgs one way by passing the to panel (panel_2 in example) as a param to __init__ of the from panel (panel_1) -- http://mail.python.org/mailman/listinfo/python-list

Installation Guide

2005-03-12 Thread Online Support
Hello, I'm in critical need to install Python Imaging Library on my linux/cpanel server. I'm not very experienced and I almost always have to use instalation guides. I have downloaded the software, unzipped it, and now I think I just need to install it somehow. Are there files that need to be

Re: Using python to convert PDF document to MSWord documents

2005-01-04 Thread support
Support team ConvertZone Software Co,.ltd http://www.convertzone.com [EMAIL PROTECTED] ConvertZone provides office(PDF, Word, Excel, PowerPoint, AutoCAD etc), video(DVD, VCD, SVCD etc), audio(MP3, WAV, MIDI etc), image(JPG, GIF, TIF, BMP