Error while calling a subprocess and execute another script from one py file

2018-12-30 Thread sandeep . bayi6
x27;C:/Python34/python.exe', logxml_parser, '-i', arg1, '-o', arg2], cwd=cur_work_dir) File "C:\Users\sandeep\AppData\Local\Programs\Python\Python36-32\lib\subprocess.py", line 286, in check_call retcode = call(*popenargs, **kwargs) File "C:\User

Re: Facing an Error after migrating from python 3.4.1 to python 3.6.6 ( Failed to import the site module )

2018-12-30 Thread sandeep . bayi6
t; > Error code: > > -- > > > > > > Traceback (most recent call last): > > File > > "C:\Users\sandeep\AppData\Local\Programs\Python\Python36-32\Lib\site.py", > > line 73, in > import os > > File > > "C:\Users\sand

Facing an Error after migrating from python 3.4.1 to python 3.6.6 ( Failed to import the site module )

2018-12-27 Thread sandeep . bayi6
``` Error code: -- Traceback (most recent call last): File "C:\Users\sandeep\AppData\Local\Programs\Python\Python36-32\Lib\site.py"

Re: Getting Error after migrating from python 3.4.1 to python 3.6.6 ( Failed to import the site module )

2018-12-27 Thread sandeep . bayi6
t recent call last): > File > "C:\Users\sandeep\AppData\Local\Programs\Python\Python36-32\Lib\site.py", > line 73, in import os > File > "C:\Users\sandeep\AppData\Local\Programs\Python\Python36-32\Lib\os.py", line > 652, in > from _collecti

Getting Error after migrating from python 3.4.1 to python 3.6.6 ( Failed to import the site module )

2018-12-27 Thread sandeep . bayi6
``` Error code: -- Traceback (most recent call last): File "C:\Users\sandeep\AppData\Local\Programs\Python\Python36-32\Lib\site.py", li

Need python script to get last 6 month's monthly billing

2017-08-08 Thread sandeep . gk789
Here after pull that script, it's automatically connected to AWS and display's last 6 month's data. its my requirement. Thanks in advance. Thank you, Sandeep -- https://mail.python.org/mailman/listinfo/python-list

Need reviews for my book on introductory python

2017-01-25 Thread Sandeep Nagar
. Regards Sandeep -- https://mail.python.org/mailman/listinfo/python-list

Running CVSNT commands from python to Automate the job

2009-02-04 Thread sandeep
in current working directory global CVS_PATH,BRANCH_NAME temp=filterDir(curr_list,curr_dir) for mydir in temp: dir_name=os.path.split(mydir)[1] #os.rmdir(mydir) CVS_COMMAND='checkout -r '+BRANCH_NAME+' -P '+dir_name print '"'+CVS_PATH+'"'+' -q '+CVS_COMMAND main() thanks, sandeep -- http://mail.python.org/mailman/listinfo/python-list

Re: python script for tortoise cvs

2008-06-24 Thread sandeep
On Jun 20, 2:54 am, "Gabriel Genellina" <[EMAIL PROTECTED]> wrote: > En Thu, 19 Jun 2008 10:26:09 -0300, Simon Brunning <[EMAIL PROTECTED]> > escribió: > > > > > On Thu, Jun 19, 2008 at 2:14 PM, sandeep <[EMAIL PROTECTED]> wrote: > >> hi &

python script for tortoise cvs

2008-06-19 Thread sandeep
and then check out that branch for me else it checks out that module with that tag. Actually the thing is i am not able to find the way how i will do it and for where i have to look for the info.so any help will be appreciated. thanks and regards sandeep kumar sharma -- http://mail.python.org

Re: python script to windows exe

2008-05-20 Thread sandeep
import zipfile [EMAIL PROTECTED]:::Sandeep Kumar Sharma #outlook application refrence outlook_app=0 #outlook ids to access different folders look into msdn for more info. not a preffered way as i am hardcoding data here OlDefaultFolders={'olFolderCalendar':9,'olFolde

Re: python script to windows exe

2008-05-19 Thread sandeep
7; and 'int' i dont know why i am start getting this error when i run it through the exe. import win32com,win32com.client import os,os.path import codecs import zipfile [EMAIL PROTECTED]:::Sandeep Kumar Sharma #outlook application refrence outlook_app=0 #outlook ids to access differ

Re: python script to windows exe

2008-05-19 Thread sandeep
give you some clue. hi here is my code.i wont get any errors when i run this script.it may not be the best pycode as i am very much new to python development. import win32com,win32com.client import os,os.path import codecs import zipfile [EMAIL PROTECTED]:::Sandeep Kumar Sharma #outlook2003 ap

python script to windows exe

2008-05-19 Thread sandeep
works fine.can some one put some light here. i am using python2.5 and is using py2exe-0.6.6.win32-py2.5.exe of py2exe. My os is windows xp with service pack2. thanks and reagrds sandeep kumar sharma -- http://mail.python.org/mailman/listinfo/python-list

WEATHER PROGRAMMING IN PYTHON

2007-05-31 Thread sandeep patil
how to diplay the weather condiction on my webpage suppose i want to read weather from www.bbc.co.uk/weather.html how i can read it usin program -- http://mail.python.org/mailman/listinfo/python-list

how to use python to checking password on servlet

2007-05-22 Thread sandeep patil
my application design on java servlet i want to check password in python & return result again servlet to forward to next page. how to set session in python .get session -- http://mail.python.org/mailman/listinfo/python-list

Re: python on window

2007-03-26 Thread sandeep patil
index.has_key(value): index[value]=[] index[value].append(key) return index >>> phonebook = {'sandeep':9325, 'amit':9822, 'anand':9890, 'titu': 9325} >>> phonebook {'titu': 9325,

python on window

2007-03-22 Thread sandeep patil
r run,it path. etc >>> print ' sandeep patil' sandeep patil >>> print ' sandeep "bhagwan " patil ,msc. java j2ee developer" SyntaxError: EOL while scanning single-quoted string >>&

python & java

2007-03-20 Thread sandeep patil
hi i am fresher i python can any bady tell me who i will use python in web technologies in java base application. what it roll sandeep patil -- http://mail.python.org/mailman/listinfo/python-list

hi all

2007-02-13 Thread Sandeep Patil , Bangalore
I get an error while I try to call python through VB. The error is " Error 429: Active X cant create object" Pls anybody help me to call python through VB. Thanks and Regards. Sandeep Patil HCL Technologies " Expecting the world to treat you fairly coz you are a gud

Detecting computers on network

2005-07-22 Thread Sandeep Arya
working. Does this just belongs to superuser... Is there any other way ? Can just socket.connect or sendto help me? I.E. their return valuess... Sandeep From: Sybren Stuvel <[EMAIL PROTECTED]> To: python-list@python.org Subject: Re: Detecting computers on network Sent: Friday, July 22,

Detecting computers on network

2005-07-21 Thread Sandeep Arya
of... Sandeep _ NRIs, does your family in India need money urgently? http://creative.mediaturf.net/creatives/icicibank/ICICI_NRI_ERA.htm Open an ICICI Bank NRI savings A/c -- http://mail.python.org/mailman/listinfo/python-list

Threads: Issue and suggestion required

2005-07-18 Thread Sandeep Arya
then will the thread die after step 6.0 above i.e. function ends. Suggest me. Thanking You Sandeep _ Get faster and relevant results. http://search.msn.co.in Switch to the smarter search! -- http://mail.python.org/mailman/listi

Re: How to send broadcast message over network and collect all the IP address?

2005-07-18 Thread Sandeep Arya
function recvfrom(). Does this will help?? Can any body give me an idea how to use this?? Thanking You Sandeep >From: Francesco Ciocchetti <[EMAIL PROTECTED]> >To: Sandeep Arya <[EMAIL PROTECTED]> >CC: python-list@python.org >Subject: Re: How to send broadcast message over net

How to send broadcast message over network and collect all the IP address?

2005-07-15 Thread Sandeep Arya
their IP Address in a list. How this can be achieved? Say my computer on which application will run's IP is 192.168.100.254 and subnetmask is 255.255.255.0 How to do this in core Python? Sandeep _ 7000 classifieds

some information

2005-03-13 Thread Sandeep Avinash Gohad
Hi,I want to know weather python conducts any certification exams like the other programming languages - Microsoft (MCP,MCSD) Sun  (sun certification) Regards, Sandeep    -- http://mail.python.org/mailman/listinfo/python-list

creating csv file from

2005-03-02 Thread Sandeep Avinash Gohad
int row How can i use the url as an input so that I can save data from that particular webpage to comma seperated file (csv). Regards Sandeep       -- http://mail.python.org/mailman/listinfo/python-list

Re: UrlLib2 Proxy and Https

2004-12-11 Thread Sandeep
Check out the following link. It helped me achieve the same thing (access a HTTPS site via a proxy). http://groups.yahoo.com/group/linux-bangalore-programming/message/4208 Cheers, Sandeep http://sandeep.weblogs.us/ -- http://mail.python.org/mailman/listinfo/python-list