Not having ever tried to run Reposado on Windows...
On Windows, the simplest way to invoke a Python script is to just give it as an argument to the interpreter, ie.:
c:\python27\python.exe \path\to\script.py
A quick search on StackOverflow says that Windows can make use of the #! shebang line as of Python 3.3 or an independent install of pylauncher:
http://docs.python.org/dev/using/windows.html#shebang-lines
https://bitbucket.org/vinay.sajip/pylauncher
You may also need to define 'CurlPath' in preferences.plist to point to where you've installed curl.
Margarita _should_ be doable within Windows, since Flask (the web framework it uses) seems to be supported on Windows.
-Tim
On 2013-04-03, at 6:02 AM, sebi zar <
seb...@gmail.com> wrote:
> Hay ,
>
> Thanks for this cool project
> i try to test the reposado.
> On the debian server--> no problem
>
> I'll have to make it on the windows server 2008R2, here what i do:
>
> •installs visual C++ 2010 SP1
> •install curl (
http://curl.haxx.se/download.html)
> •install python install python 2.7.3
http://www.python.org/download/releases/
> •install wamp server (64/apache 2.4) 2.2E
>
> i copy the git project and created the 2 folders html and metadata.
> it may be a noob question but in windows in a command windows when i copy the line repoutil --configure or ./repoutil --configure it don't works
> How can i launch the python script in windows?
> Is Margarita can run to in windows environment?
>
> sebi
>
>
> --
> You received this message because you are subscribed to the Google Groups "reposado" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to
reposado+u...@googlegroups.com.
> For more options, visit
https://groups.google.com/groups/opt_out.
>
>