Help | Site Map
Connecting Tech Pros Worldwide
 
 
LinkBack Thread Tools
  #1  
Old November 16th, 2006, 07:45 AM
many_years_after
Guest
 
Posts: n/a
Default How to make a python file to a DLL?

Any solution?

Thanks.

  #2  
Old November 16th, 2006, 07:55 AM
Fredrik Lundh
Guest
 
Posts: n/a
Default Re: How to make a python file to a DLL?

many_years_after wrote:
Quote:
Any solution?
python modules are usually shipped in ZIP archives, not DLLs. if you
really need a DLL, you can use "freeze" and some custom hacking. or
bytecode resources, and some more custom hacking.

</F>

  #3  
Old November 16th, 2006, 08:45 AM
Diez B. Roggisch
Guest
 
Posts: n/a
Default Re: How to make a python file to a DLL?

many_years_after schrieb:
Quote:
Any solution?
http://wiki.python.org/moin/elmer

  #4  
Old November 16th, 2006, 11:25 PM
Larry Bates
Guest
 
Posts: n/a
Default Re: How to make a python file to a DLL?

many_years_after wrote:
Quote:
Any solution?
>
Thanks.
>
You can certainly make python program/function into a COM object
which can be called from other languages quite easily and I think
is the more preferred method in newer software. py2exe has
examples of creating COM objects.

-Larry
 

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

What is Bytes?

We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights. Get the best answers to your questions from over network members.
Post your question now . . .
It's fast and it's free

Popular Articles