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 <http://www.python.org>].
* Download and install the latest RedNotebook installer for Windows.
* Add the directory containing rednotebook.exe to your PATH.
* Install PyYaml for Python 2.7 from [http://pyyaml.org/wiki/PyYAML]
* Install Bzr for Python 2.7 with TortoiseBzr
(https://launchpad.net/bzr/+download)
* Download the chardet package and add the "chardet" directory to
C:\Python27\Lib\site-packages
* Restart the system
I still see a "Webkit not found" error following these instructions...
which I suppose makes sense, seeing as I do not have any kind of
webkit module in my python module list. I presume that I need to
partially install some sort of python module that can bind to the
binaries in the Rednotebook directory?
- Matthew
On 1 October 2013 23:23, Jendrik Seipp <jendrikseipp@xxxxxx
<mailto:jendrikseipp@xxxxxx>> wrote:
Hi Matthew,
I updated the instructions, but haven't tested them (
https://bazaar.launchpad.net/~jendrikseipp/rednotebook/trunk/view/head:/win/win-build.txt
<https://bazaar.launchpad.net/%7Ejendrikseipp/rednotebook/trunk/view/head:/win/win-build.txt>).
Could you provide some feedback, please? If that's an option for
you I would recommend using a Linux virtual machine (e.g. with
Ubuntu) for the development.
Cheers,
Jendrik
Am 01.10.2013 16 <tel:01.10.2013%2016>:37, schrieb Matthew Cunningham:
Hey,
I'm having trouble getting my development environment setup.
There is a note at the top of WinBuild.txt saying the
instructions are outdated.
Could anyone provide me with more up to date instructions?
- Matthew