[Tutor] Pyinstaller Database
Prasad, Ramit
ramit.prasad at jpmorgan.com
Thu Oct 13 23:35:32 CEST 2011
>Hi guys:
>Im a beginner in coding and wanted to distribute some of my code to
>friends on linux distros. Pyinstaller works well enough. Theres a
>situation where I use pickle module to save data to an external file.
>The file is not a py file and when I use pyinstaller, it does nt
>compile the file too. Is there anyway I can make a none *.py file or
>use a databse file s that it is compiled too?
You can send them your entire source directory and it should work as long as they use a compatible Python version. Unless you have you need to ship/install libraries or complicated project, I see no reason to create an installer. That way you can send your pickled files without any issues. I know some projects (e.g. Sickbeard) do this; you just download from svn/github and run.
Ramit
Ramit Prasad | JPMorgan Chase Investment Bank | Currencies Technology
712 Main Street | Houston, TX 77002
work phone: 713 - 216 - 5423
This email is confidential and subject to important disclaimers and
conditions including on offers for the purchase or sale of
securities, accuracy and completeness of information, viruses,
confidentiality, legal privilege, and legal entity disclaimers,
available at http://www.jpmorgan.com/pages/disclosures/email.
More information about the Tutor
mailing list