Author Topic: Python : without .NET  (Read 1339 times)

0 Members and 1 Guest are viewing this topic.

Offline fox12345

  • Serf
  • *
  • Posts: 25
  • Cookies: -31
    • View Profile
Python : without .NET
« on: October 19, 2013, 06:20:30 am »
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?

Offline NovaCygni

  • Peasant
  • *
  • Posts: 86
  • Cookies: 2
  • 403:Forbidden
    • View Profile
Re: Python : without .NET
« Reply #1 on: October 19, 2013, 07:18:59 am »
Why would you want to make it a .exe file? and .net is pretty much bundled with every, you rarely wouldnt have it on your pc... in a worst case scenerio release it with a Macromedia Installshield package and enable the Detect/Download Net framework feature (* Ive done this for a couple C# mmorpgs bots I did and even a F# version I did for CabalOnlineEU *)
« Last Edit: October 19, 2013, 07:21:31 am by NovaCygni »
We do what we want, Because we can.

Spacecow

  • Guest
Re: Python : without .NET
« Reply #2 on: October 20, 2013, 12:32:19 am »
Python, compile exe and .NET all in the same sentence...

Offline Phage

  • VIP
  • Overlord
  • *
  • Posts: 1280
  • Cookies: 120
    • View Profile
Re: Python : without .NET
« Reply #3 on: October 20, 2013, 01:09:05 am »
« Last Edit: October 20, 2013, 01:34:26 am by Phage »
"Ruby devs do, in fact, get all the girls. No girl wants a python, but EVERY girl wants rubies" - connection

"It always takes longer than you expect, even when you take into account Hofstadter’s Law."

Offline vezzy

  • Royal Highness
  • ****
  • Posts: 771
  • Cookies: 172
    • View Profile
Re: Python : without .NET
« Reply #4 on: October 20, 2013, 01:54:46 am »
Well, technically you can, using the py2exe tool.

I don't know why one would want to, though. Weak Windows users.
Quote from: Dippy hippy
Just brushing though. I will be semi active mainly came to find a HQ botnet, like THOR or just any p2p botnet

Spacecow

  • Guest
Re: Python : without .NET
« Reply #5 on: October 20, 2013, 08:31:44 pm »
Well, technically you can, using the py2exe tool.

I don't know why one would want to, though. Weak Windows users.
But OP is not just talking about compiling it but also running it on .NET so he would be talking about ironpython I think...
Is there even a way to compile ironpython to a .net executable???

Offline Deque

  • P.I.N.N.
  • Global Moderator
  • Overlord
  • *
  • Posts: 1203
  • Cookies: 518
  • Programmer, Malware Analyst
    • View Profile
Re: Python : without .NET
« Reply #6 on: October 20, 2013, 09:16:40 pm »
Is there even a way to compile ironpython to a .net executable???

Yes, there is: http://stackoverflow.com/questions/8184253/how-do-i-compile-an-ironpython-app-into-an-exe-without-visual-studios-and-possi

@fox12345: What Python implementation are you even talking about? What do you use to convert it to .exe and the hell why?
« Last Edit: October 20, 2013, 09:17:50 pm by Deque »

Offline fox12345

  • Serf
  • *
  • Posts: 25
  • Cookies: -31
    • View Profile
Re: Python : without .NET
« Reply #7 on: October 21, 2013, 01:49:19 pm »
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...
« Last Edit: October 21, 2013, 01:50:51 pm by fox12345 »