Re: [Rednotebook-users] Trouble developing on windows 7

2013-11-17 Thread Jendrik Seipp
Hi Matt and everyone else, as a bonus to the new cross-compiling scripts it is now possible to setup a RedNotebook development environment with the following steps on the commandline: * Install Python2.7 * Clone RedNotebook repository * Change into "win" directory * python create-build-en

Re: [Rednotebook-users] Trouble developing on windows 7

2013-10-08 Thread Jendrik Seipp
That definitely looks like an interesting project. However, I would rather like us to try making the existing webkit solution (which works flawlessly and is packaged properly on Linux) work better on Windows. It seems like the only step that needs to be taken is building or obtaining a newer we

Re: [Rednotebook-users] Trouble developing on windows 7

2013-10-07 Thread Matthew Cunningham
Skipping minor releases is fair enough. Perhaps something we/I could look at as well is finding some way to making Windows development/packaging easier. I notice a lot of project, cross platform ones at least are moving toward cefpython? http://code.google.com/p/cefpython/ - Matthew On 7 Octob

Re: [Rednotebook-users] Trouble developing on windows 7

2013-10-07 Thread Jendrik Seipp
Am 08.10.2013 00:14, schrieb Matthew Cunningham: The enhanced search, multiple words...etc. Ah I see, I didn't know that was you, sorry. I am very much looking forward to that! I don't have an issue with developing on Linux, it's just getting my hands on a Windows builds is what I'm worried ab

Re: [Rednotebook-users] Trouble developing on windows 7

2013-10-07 Thread Matthew Cunningham
The enhanced search, multiple words...etc. I don't have an issue with developing on Linux, it's just getting my hands on a Windows builds is what I'm worried about. If someone else has to do it for me, because I can't get the build environment working then that would be a pain. I notice there wasn

Re: [Rednotebook-users] Trouble developing on windows 7

2013-10-07 Thread Jendrik Seipp
This message is indeed strange, since you have libwebkit-1.0-2.dll on your PATH. Sorry that I can't help you there. Developing a feature on Linux that works on all platforms should not be a problem, however. That is the way I develop as well. Which feature do you have in mind by the way? Cheer

Re: [Rednotebook-users] Trouble developing on windows 7

2013-10-07 Thread Matthew Cunningham
No, I'm getting a slightly different error now though: *Webkit was not found. It can be found in a package with the name python-webkit or pywebkitgtk. DLL load failed: The specified module could not be found.* The interesting point in this error message is the DLL load failure. I have the install

Re: [Rednotebook-users] Trouble developing on windows 7

2013-10-05 Thread Jendrik Seipp
You probably need the pywebkitgtk bindings from https://code.google.com/p/pywebkitgtk/. The bindings have to be compiled, so I uploaded a compiled version I use. You can download the compiled webkitgtk bindings from https://dl.dropboxusercontent.com/u/4780737/pywebkitgtk.zip and add the contai

Re: [Rednotebook-users] Trouble developing on windows 7

2013-10-04 Thread Matthew Cunningham
I followed the new steps. For anyone who hasn't looked at the winbuild instructions here they are: == Install requirements == * Install Python 2.7 for Windows from the Python website [www.python.org]. * Download and install the latest RedNotebook installer for Windows. * Add the directory co

Re: [Rednotebook-users] Trouble developing on windows 7

2013-10-01 Thread Jendrik Seipp
Hi Matthew, I updated the instructions, but haven't tested them ( https://bazaar.launchpad.net/~jendrikseipp/rednotebook/trunk/view/head:/win/win-build.txt ). Could you provide some feedback, please? I