PyValentina 0.2.0 library documentation update on PyPI

2020-04-10 Thread Sanjay Gupta
Hi Everyone, I recently started working on Data Visualization. In one of my assignments, I want to use PyValentina 0.2.0 library. When I visited the https://pypi.org/project/PyValentina/ page and click on PyValentina Home Page link it give me a 404 error. After spending a little more time I come

Python program to run commands on cmd.exe from a tkinter GUI input box

2017-05-18 Thread Sanjay Yadav
Can anybody help or share a python code using Tkinter for opening cmd.exe and running command given from input box. For eg. when I run the code it will ask IP in an input box gui and ping response for that IP will be on cmd console -- https://mail.python.org/mailman/listinfo/python-list

Error while installing PIL

2014-06-04 Thread Sanjay Madhikarmi
Dear sir/madam I have already install python 2.7 64bit in my windows 8 machine but while installing PIL 1.1.7 for python 2.7 it says that "Python 2.7 required which was not found in the registry" Please help me sort out this problem Thanks in advance -- *Regards, Sanjay Madh

Re: Simple Python script as SMTP server for outgoing e-mails?

2013-08-05 Thread Sanjay Arora
olution in whitelisting is there, though too manual & therefore cumbersome. Another option http://www.openspf.org/SRS is there to be worked in conjunction with spf. There is a best spf practices guide on the site. And all this email authentication issue given on openspf.org makes an interesting read. Ciao. Sanjay. -- http://mail.python.org/mailman/listinfo/python-list

Need paid support on pycontactgrabber

2009-03-09 Thread Sanjay
ediff'. We need it for a website and hence need to extend the project for Hotmail, WindowsLive, MSN, AOL etc. Interested developers can contact me at sanjay at radsolutions co in with indicative cost. thanks, Sanjay -- http://mail.python.org/mailman/listinfo/python-list

[ANN] FOSS Project for grabbing contacts from gmail, yahoo, rediff etc.

2008-10-31 Thread Sanjay
oo' and 'rediff'. I am not a python grandmaster and hence would deeply wish somebody taking the project forward. Sanjay -- http://mail.python.org/mailman/listinfo/python-list

invite friends: contact list importing from hotmail, yahoo, gmail etc.

2008-08-09 Thread Sanjay
Hi All, I googled a lot trying to find out any FOSS python software for the above, but could not find one. Any pointers would be of vital help. thanks, Sanjay -- http://mail.python.org/mailman/listinfo/python-list

Re: pytz has so many timezones!

2007-10-10 Thread Sanjay
Thanks a lot, Guys. The immediate step I think to take is having two combo boxes (dividing the data by '/'). Thanks for enormous response and the valuable suggestions! Sanjay -- http://mail.python.org/mailman/listinfo/python-list

Re: pytz has so many timezones!

2007-10-08 Thread Sanjay
say 'schedule for next meeting'. Whenever somebody feeds some time field, my application converts it to UTC and stores in the database. Later, when the data is to be displayed to some member, the application converts it to his local time, and displays the data. thanks Sanjay -- http://mail.python.org/mailman/listinfo/python-list

Re: pytz has so many timezones!

2007-10-08 Thread Sanjay
idea. Any idea how to go about it - I mean whether I have to collect the data manually and do it, or some better way is available - will help me a lot. thanks Sanjay -- http://mail.python.org/mailman/listinfo/python-list

pytz has so many timezones!

2007-10-08 Thread Sanjay
effectively would help me a lot. thanks Sanjay -- http://mail.python.org/mailman/listinfo/python-list

Re: pytz giving incorrect offset and timezone

2007-07-18 Thread Sanjay
Hi Simon, localize worked perfectly. Thanks a lot for the vital help! Your elaboration on the concepts was also very nice and informative! thanks Sanjay -- http://mail.python.org/mailman/listinfo/python-list

Posted messages not appearing in this group

2007-07-18 Thread Sanjay
Hi All, I tried posting in this group twice since last week, but the messages did not appear in the forum. Don't know why. Trying this message again... Sanjay -- http://mail.python.org/mailman/listinfo/python-list

pytz giving incorrect offset and timezone

2007-07-13 Thread Sanjay
ed at http://groups.google.co.in/group/comp.lang.python/browse_thread/thread/55496e85797ac890 without any responnses. Unable to know how to proceed. Needing help. Tried posting in launchpad and mailed to Stuart, but yet to get any response. thanks Sanjay -- http://mail.python.org/mailman/listinfo/python-list

pytz giving incorrect offset and timezone

2007-07-12 Thread Sanjay
. thanks Sanjay -- http://mail.python.org/mailman/listinfo/python-list

Re: Routine for prefixing '>' before every line of a string

2006-12-16 Thread Sanjay
Thanks a lot, guys! sanjay -- http://mail.python.org/mailman/listinfo/python-list

Routine for prefixing '>' before every line of a string

2006-12-14 Thread Sanjay
new to python might not be aware), than it would be great just to reuse it! thanks sanjay -- http://mail.python.org/mailman/listinfo/python-list

Setting application-wide global datetime format

2006-12-12 Thread Sanjay
Hi All, Being an amateur in python, I am unable to find a way (if there is any) to set a datetime display format once globally in a web application (using turbogears), so that everytime I don't have to use routines like strftime. Seeking help. thanks sanjay -- http://mail.python.org/ma

Re: Partial classes

2006-07-19 Thread Sanjay
For you problem, you could just put your > client > methods in a file, and add them to your original class with setattr, if > you don't > want to use inheritance. It would be still better that magically > transform your > classes with a metaclass. Thanks for the much needed g

Re: Partial classes

2006-07-19 Thread Sanjay
business logic. When I need to, I shall come back to this post, study all the ideas suggested, and jot down the pattern suitable to me. The code pattern using metaclass looked interesting to me. Thanks Sanjay -- http://mail.python.org/mailman/listinfo/python-list

Re: Partial classes

2006-07-19 Thread Sanjay
Thanks for the code showing how to implement partial classes. Infact, I was searching for this code pattern. I will have a study on metaclass and then try it. Thanks Sanjay -- http://mail.python.org/mailman/listinfo/python-list

Re: Partial classes

2006-07-19 Thread Sanjay
or all the usages of partical classes. Metaclass is a new concept for me, which I have to study. As far as my project is concerned, I have found out some other way of doing the things, and it is no more an issue. Thanks a lot, Sanjay -- http://mail.python.org/mailman/listinfo/python-list

Re: Partial classes

2006-07-19 Thread Sanjay
. Would love to listen to others. Sanjay -- http://mail.python.org/mailman/listinfo/python-list

Partial classes

2006-07-18 Thread Sanjay
: GeneratedPerson.rb Class Person . . . End Class HandcraftedPerson.rb Class Person . . . End Class The intrepretor adds the code in both to compose the class Person. What is the equivalent in Python? Inheriting is a way, but is not working in all scenerios. Thanks Sanjay -- http://mail.python.org

Re: How to have application-wide global objects

2006-07-13 Thread Sanjay
Got crystal clear. Thanks a lot to all for the elaborated replies. Sanjay -- http://mail.python.org/mailman/listinfo/python-list

Re: How to have application-wide global objects

2006-07-13 Thread Sanjay
: "(at the module's to level)" Thanks Sanjay -- Bruno Desthuilliers wrote: > Sanjay wrote: > > Probably a newcomer question, but I could not find a solution. > > > > I am trying to have some sin

How to have application-wide global objects

2006-07-13 Thread Sanjay
nd refer the same in another one. "import" created a new object, as I tried. Badly need guidences. Thanks a lot Sanjay -- http://mail.python.org/mailman/listinfo/python-list

Re: Too many imports to use a business class library?

2006-07-13 Thread Sanjay
Thanks a lot to all for the to-the-point info, quite vital to me... Sanjay -- http://mail.python.org/mailman/listinfo/python-list

Too many imports to use a business class library?

2006-07-13 Thread Sanjay
anything wrong in my approcah? Waiting for suggestions. Thanks in advance. Sanjay -- http://mail.python.org/mailman/listinfo/python-list

Re: How can I find a freelance programmer?

2006-02-14 Thread Sanjay Arora
Try this site I use them. You will make many freelancer contacts...some good some bad...don't pay without escrow but good jobs get done. Hope you will find it worthwhile. Best regards & good luck. Sanjay. On 2/15/06, Jorge Godoy <[EMAIL PROTECTED]> wrote: Charles <[EMAIL PROT

HTML parsing/scraping & python

2005-11-30 Thread Sanjay Arora
ir comparisons with python solutions will be most appreciated. Anyone who is knowledgeable about the application subject, please do share your knowledge to help us do this right. With best regards. Sanjay. -- http://mail.python.org/mailman/listinfo/python-list

Newbie: Python & Serial Port question

2005-11-30 Thread Sanjay Arora
serial port of an EPABX and log them to a postgreSQL database. What's the best way to do this using python? Does anyone know of an existing software/python library/module for this? Please help. With best regards. Sanjay. -- http://mail.python.org/mailman/listinfo/python-list