Thank you for all replies.....my compiling software is perfect..easy to work with that and no any issues of that , I'm using "py2exe". i really need to know how to use ".NET" with out windows machine final "EXE" (compiled "exe") .
Any code for that? or how is get that coding and how to import that...
Die Suche ergab 16 Treffer
- Montag 21. Oktober 2013, 12:52
- Forum: Allgemeine Fragen
- Thema: Python : without .NET
- Antworten: 3
- Zugriffe: 856
- Samstag 19. Oktober 2013, 05:21
- Forum: Allgemeine Fragen
- Thema: Python : without .NET
- Antworten: 3
- Zugriffe: 856
Python : without .NET
When writing in python & once we compile "exe" in python program, How we use it without the ".NET"? Can we do it? When we write a python program can we import an any of module to do this?
- Samstag 12. Oktober 2013, 09:36
- Forum: Allgemeine Fragen
- Thema: just help me...plz
- Antworten: 3
- Zugriffe: 1488
Re: just help me...plz
My python Program is
This is very basic. as well as other all compiles EXE are not working at my windows XP (32bit)
Code: Alles auswählen
import sys
import os
os.system('start cmd')
This is very basic. as well as other all compiles EXE are not working at my windows XP (32bit)
- Samstag 12. Oktober 2013, 09:31
- Forum: Allgemeine Fragen
- Thema: just help me...plz
- Antworten: 3
- Zugriffe: 1488
just help me...plz
I write very simple python script and it is working well. I am using python 2.7.5 (32bit) as well as I Compile it with "py2exe" and "cx_freeze" . after that it is working in my Windows 8 PC(64bit). The windows 8 PC is have the all software (python and other compiling tools) But problem is My simple ...
- Samstag 12. Oktober 2013, 09:17
- Forum: Allgemeine Fragen
- Thema: How do I set password to compressed zip files in Python?
- Antworten: 3
- Zugriffe: 927
Re: How do I set password to compressed zip files in Python?
Thank you for all replies...
- Samstag 12. Oktober 2013, 05:14
- Forum: Allgemeine Fragen
- Thema: How do I set password to compressed zip files in Python?
- Antworten: 3
- Zugriffe: 927
How do I set password to compressed zip files in Python?
import zipfile
A = zipfile.ZipFile("A.zip", "w")
A.write("12345.txt")
A.close()
A = zipfile.ZipFile("A.zip", "w")
A.write("12345.txt")
A.close()
- Donnerstag 10. Oktober 2013, 15:45
- Forum: Allgemeine Fragen
- Thema: How to run python scripts as an administrator in Windows?
- Antworten: 1
- Zugriffe: 2706
How to run python scripts as an administrator in Windows?
I want to run python script with administrator privilege at any windows(xp/win7/win8) 32 and 64. 
So how to do it? help me

So how to do it? help me
- Mittwoch 9. Oktober 2013, 07:31
- Forum: Allgemeine Fragen
- Thema: How can I Use IMAP with Gmail
- Antworten: 16
- Zugriffe: 3511
Re: How can I Use IMAP with Gmail
Thanks for everyone who take their valuable time for reply me. But I do not think that you all have give me the support for complete my messed script.What I want know is how we can use a proxy to When we send a mail through SMTP & also how it should be change in my script. I do not want to be a ...
- Dienstag 8. Oktober 2013, 14:23
- Forum: Allgemeine Fragen
- Thema: How can I Use IMAP with Gmail
- Antworten: 16
- Zugriffe: 3511
Re: How can I Use IMAP with Gmail
he he........my dear friends I do not want to be a spammer. I am a beginner to python. As well as i like to write some useful tool to world. So I always searching about that. I want write untraceable mail sending tool. But i know it really impossible. But I want to complete half or my dream. So Now ...
- Dienstag 8. Oktober 2013, 13:46
- Forum: Allgemeine Fragen
- Thema: How can I Use IMAP with Gmail
- Antworten: 16
- Zugriffe: 3511
Re: How can I Use IMAP with Gmail
Hmmmmmmmmmmm....The IMAP protocol is not designed to send emails. It is designed to manipulate mailboxes.To create an email and send it I can use SMTP. I correct?
If that is so how to use proxy to my code?Are you have any idea. My plan is hide to sender....what to do?
If that is so how to use proxy to my code?Are you have any idea. My plan is hide to sender....what to do?
- Dienstag 8. Oktober 2013, 12:32
- Forum: Allgemeine Fragen
- Thema: How can I Use IMAP with Gmail
- Antworten: 16
- Zugriffe: 3511
Re: How can I Use IMAP with Gmail
But i want to use proxy to send email..but SMTP is not good to it.So i think use to IMAP..whats say about that? You have other option?
- Dienstag 8. Oktober 2013, 12:10
- Forum: Allgemeine Fragen
- Thema: How can I Use IMAP with Gmail
- Antworten: 16
- Zugriffe: 3511
Re: How can I Use IMAP with Gmail
"Exactly i want to send email with IMAP"
So how to develop my code?
So how to develop my code?
- Dienstag 8. Oktober 2013, 12:02
- Forum: Allgemeine Fragen
- Thema: How can I Use IMAP with Gmail
- Antworten: 16
- Zugriffe: 3511
Re: How can I Use IMAP with Gmail
Do you know how to complete this? 

- Dienstag 8. Oktober 2013, 11:31
- Forum: Allgemeine Fragen
- Thema: How can I Use IMAP with Gmail
- Antworten: 16
- Zugriffe: 3511
How can I Use IMAP with Gmail
I want to send email with IMAP.This is My code:
import imaplib
sent_from = ''
sent_to = ''
msg = ''
user = ''
password = ''
server = imaplib.IMAP4_SSL('imap.gmail.com')
server.login(user,password)
server.send() #how to set send options
server.logout()
I do not understand to write balance ...
import imaplib
sent_from = ''
sent_to = ''
msg = ''
user = ''
password = ''
server = imaplib.IMAP4_SSL('imap.gmail.com')
server.login(user,password)
server.send() #how to set send options
server.logout()
I do not understand to write balance ...
- Dienstag 8. Oktober 2013, 05:37
- Forum: Netzwerkprogrammierung
- Thema: How can I fetch emails through a proxy?
- Antworten: 3
- Zugriffe: 1321
Re: How can I fetch emails through a proxy?
I am beginner to python. So some advanced script are not understand. Please give me a some basic example to do it....
- Montag 7. Oktober 2013, 13:11
- Forum: Netzwerkprogrammierung
- Thema: How can I fetch emails through a proxy?
- Antworten: 3
- Zugriffe: 1321
How can I fetch emails through a proxy?
Dear friends,
I want to write basic program to send email. so i use this script. as well as want to use proxy. So how to do it? please help me...
" exactly i want to send email through a proxy or proxy chain "
How to develop this code?
import smtplib
fromaddr = ''
toaddrs = ''
msg ...
I want to write basic program to send email. so i use this script. as well as want to use proxy. So how to do it? please help me...
" exactly i want to send email through a proxy or proxy chain "
How to develop this code?
import smtplib
fromaddr = ''
toaddrs = ''
msg ...