Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

What about Windows version? #19

Closed
dlebedev opened this issue Aug 14, 2012 · 12 comments
Closed

What about Windows version? #19

dlebedev opened this issue Aug 14, 2012 · 12 comments
Labels
Milestone

Comments

@dlebedev
Copy link

What about Windows builds?

@andreikop
Copy link
Owner

Not yet ready. But, here is information by Andreas Göb, who reported, that he has Enki running on Windows 7.
It might be useful for somebody.

Update: since version 13 Enki depends on Qutepart. This dependency is not covered in the instructions below

quote:

What I did was basically:

The most difficult part actually was finding out how to run enki. Other scripts like easy_install provide wrapper .exe files for windows, so everything just works. For enki, I had to create a shortcut to "python.exe %PYTHON_HOME%\Scripts\enki" in order to run it. In addition, I used one of the png files on GitHub to create a windows compatible icon, so that is shows the enki icon istead of the python icon.

Besides these small issues it worked really well, and I could instantly start using it.

@dlebedev
Copy link
Author

Thanks for detailed answer. I myself could easily do all these steps, since I'm familiar enough with the python, but it's not the way that most people will go. It's nice that you're not a fanatic Linux and don't restrict your project in the platforms. Especially considering that the technically there's no reasons for the restrictions.

@kiranos
Copy link

kiranos commented Aug 14, 2012

yes for a windows build I would love to have as much as possible emedded into the actual package so it doesnt rely on third party installations

@djlauk
Copy link

djlauk commented Jan 23, 2013

Just a quick note: pyparsing moved to Python 3 (see their News entry from 2012-12-16).

So, running easy_install pyparsing with Python 2 will fail complaining about a syntax issue.

They instruct Python 2 users to explicitly install pyparsing 1.5.7 with the command easy_install pyparsing==1.5.7. Unfortunately though, that command failed me, too. In the end I got the binary distribution for Windows from SourceForge.net. After that everything worked like a charm for me.

@djlauk
Copy link

djlauk commented Jan 23, 2013

I managed to create a static Windows exe file using pyinstaller. I haven't got around to really testing it, though. If there is a place where you want me to put it, let me know.

@andreikop
Copy link
Owner

I'm planing to start officially releasing windows installer, when it is tested well and when I can do it for every new version (for release simultaneously with Linux versions)

@andreikop
Copy link
Owner

I hope I'll also move to Python3 soon

@kiranos
Copy link

kiranos commented Oct 5, 2013

any update on this?

@andreikop
Copy link
Owner

No, still waits for a hero, who would make an installer.

@kiranos
Copy link

kiranos commented Mar 5, 2014

I see there has been alot of work on a windows installer, any updated news on status?

@andreikop
Copy link
Owner

Windows installer is ready. I have to fix a few cross-platform bugs before releasing v14.03 for Windows and Linux

@andreikop andreikop modified the milestones: v14.03, Sometimes Mar 6, 2014
@andreikop
Copy link
Owner

andreikop pushed a commit that referenced this issue May 18, 2014
…. UI improve.

Fix: Delete uncessary code_to_rst output
andreikop pushed a commit that referenced this issue Jun 2, 2014
…. UI improve.

Fix: Delete uncessary code_to_rst output
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants