Re: Installing Leo with pip

2016-09-02 Thread Viktor Ransmayr
Hello Edward,

Am Freitag, 2. September 2016 02:18:52 UTC+2 schrieb Edward K. Ream:
>
>
>
> On Mon, Aug 29, 2016 at 11:44 AM, Viktor Ransmayr  > wrote:
>
>>
>> Is the installation of Leo from PyPI a supported way of deployment?
>>
>
> ​Not to my knowledge.  I realize some people would like a simpler way to 
> install/update Leo than git, but really, there isn't.
>

Thanks for confirming that. 

The reason why I'm interested in pip based deployment of Leo from PyPI, is 
that it would also take care of the dependencies & install them 
automatically.

Now that PyQt5 is available as a wheel (PEP 427/491), I think that all the 
needed dependencies for Leo could be resolved via PyPI.

If I understand it correctly this could be a middle ground b/w the 
git-based snapshot for power users/ developers, who need the very latest 
Leo sources & need to/ want to take full control of their installed 
dependencies - and -  the users, who rely only on the official releases, 
e.g. on LeoInstaller for Windows ... 

With kind regards,

Viktor

-- 
You received this message because you are subscribed to the Google Groups 
"leo-editor" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to leo-editor+unsubscr...@googlegroups.com.
To post to this group, send email to leo-editor@googlegroups.com.
Visit this group at https://groups.google.com/group/leo-editor.
For more options, visit https://groups.google.com/d/optout.


Re: Installing Leo with pip

2016-09-01 Thread Edward K. Ream
On Mon, Aug 29, 2016 at 11:44 AM, Viktor Ransmayr  wrote:

>
> Is the installation of Leo from PyPI a supported way of deployment?
>

​Not to my knowledge.  I realize some people would like a simpler way to
install/update Leo than git, but really, there isn't.

Edward

-- 
You received this message because you are subscribed to the Google Groups 
"leo-editor" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to leo-editor+unsubscr...@googlegroups.com.
To post to this group, send email to leo-editor@googlegroups.com.
Visit this group at https://groups.google.com/group/leo-editor.
For more options, visit https://groups.google.com/d/optout.


Re: Installing Leo with pip

2016-08-29 Thread Viktor Ransmayr
Hello Alain,

Thanks for your follow-up. - Yes, that's the current status! - What I tried
to ask Edward/ the Leo Community is:

Is the installation of Leo from PyPI a supported way of deployment?


On Mon, Aug 22, 2016 at 4:48 PM, Alain Kalker  wrote:

>
> On Friday, August 19, 2016 at 9:49:19 AM UTC+2, rengel wrote:
>>
>> A question of QA:
>> When installing Leo from PyPi using pip, one gets leo-5.0b2.zip.
>> Shouldn't pip always install the latest stable release?
>>
>> Regards,
>> Reinhard
>>
>>
>>
> Hello Viktor and Reinhard,
>
> This is what I found when trying to install Leo using pip (on Arch Linux,
> but that doesn't matter much in this case) to the user install directory:
>
> $ pip install --user -v leo
> Collecting leo
>   1 location(s) to search for versions of leo:
>   * https://pypi.python.org/simple/leo/
> [..snip..]
> Successfully installed leo-5.0b2
> Cleaning up...
>
> Following the link to https://pypi.python.org/simple/leo/ , it appears
> that there simply aren't any files for Leo versions newer than 5.06b2. I
> think that none have been uploaded to PyPI since then.
>
> Perhaps this is due to a change in Leo's sources which moved setup.py and
> support files away from the top directory, which makes installing (and
> uploading) Leo using pip a bit more tricky.
>
> Kind regards,
>
> Alain
>
> --
> You received this message because you are subscribed to the Google Groups
> "leo-editor" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to leo-editor+unsubscr...@googlegroups.com.
> To post to this group, send email to leo-editor@googlegroups.com.
> Visit this group at https://groups.google.com/group/leo-editor.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"leo-editor" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to leo-editor+unsubscr...@googlegroups.com.
To post to this group, send email to leo-editor@googlegroups.com.
Visit this group at https://groups.google.com/group/leo-editor.
For more options, visit https://groups.google.com/d/optout.


Re: Installing Leo with pip

2016-08-29 Thread Alain Kalker

On Friday, August 19, 2016 at 9:49:19 AM UTC+2, rengel wrote:
>
> A question of QA:
> When installing Leo from PyPi using pip, one gets leo-5.0b2.zip.
> Shouldn't pip always install the latest stable release?
>
> Regards,
> Reinhard
>
>
>  
Hello Viktor and Reinhard,

This is what I found when trying to install Leo using pip (on Arch Linux, 
but that doesn't matter much in this case) to the user install directory:

$ pip install --user -v leo
Collecting leo
  1 location(s) to search for versions of leo:
  * https://pypi.python.org/simple/leo/
[..snip..]
Successfully installed leo-5.0b2
Cleaning up...

Following the link to https://pypi.python.org/simple/leo/ , it appears that 
there simply aren't any files for Leo versions newer than 5.06b2. I think 
that none have been uploaded to PyPI since then.

Perhaps this is due to a change in Leo's sources which moved setup.py and 
support files away from the top directory, which makes installing (and 
uploading) Leo using pip a bit more tricky.

Kind regards,

Alain

-- 
You received this message because you are subscribed to the Google Groups 
"leo-editor" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to leo-editor+unsubscr...@googlegroups.com.
To post to this group, send email to leo-editor@googlegroups.com.
Visit this group at https://groups.google.com/group/leo-editor.
For more options, visit https://groups.google.com/d/optout.


Re: Installing Leo with pip

2016-08-20 Thread rengel
Hello Viktor,

sorry, I didn't check before posting.
I just wanted to report my experience. 
Getting different versions from different sources
is one of the little user experiences that instill or destroy trust that 
people have in a product.

Regards,
Reinhard

On Friday, August 19, 2016 at 9:07:21 PM UTC+2, Viktor Ransmayr wrote:
>
> Hello Reinhard,
>
> This is identical to the question that I raised here: 
> https://groups.google.com/forum/#!topic/leo-editor/gt-SD6T24XU
>
> What is not yet answered is the question, whether this installation method 
> is 'officially' supported by the Leo-Project.
>
> With kind regards,
>
> Viktor
>
>
> On Fri, Aug 19, 2016 at 9:49 AM, rengel  > wrote:
>
>> A question of QA:
>> When installing Leo from PyPi using pip, one gets leo-5.0b2.zip.
>> Shouldn't pip always install the latest stable release?
>>
>> Regards,
>> Reinhard
>>
>>
>> -- 
>> You received this message because you are subscribed to the Google Groups 
>> "leo-editor" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to leo-editor+...@googlegroups.com .
>> To post to this group, send email to leo-e...@googlegroups.com 
>> .
>> Visit this group at https://groups.google.com/group/leo-editor.
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"leo-editor" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to leo-editor+unsubscr...@googlegroups.com.
To post to this group, send email to leo-editor@googlegroups.com.
Visit this group at https://groups.google.com/group/leo-editor.
For more options, visit https://groups.google.com/d/optout.


Re: Installing Leo with pip

2016-08-19 Thread Viktor Ransmayr
Hello Reinhard,

This is identical to the question that I raised here:
https://groups.google.com/forum/#!topic/leo-editor/gt-SD6T24XU

What is not yet answered is the question, whether this installation method
is 'officially' supported by the Leo-Project.

With kind regards,

Viktor


On Fri, Aug 19, 2016 at 9:49 AM, rengel  wrote:

> A question of QA:
> When installing Leo from PyPi using pip, one gets leo-5.0b2.zip.
> Shouldn't pip always install the latest stable release?
>
> Regards,
> Reinhard
>
>
> --
> You received this message because you are subscribed to the Google Groups
> "leo-editor" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to leo-editor+unsubscr...@googlegroups.com.
> To post to this group, send email to leo-editor@googlegroups.com.
> Visit this group at https://groups.google.com/group/leo-editor.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"leo-editor" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to leo-editor+unsubscr...@googlegroups.com.
To post to this group, send email to leo-editor@googlegroups.com.
Visit this group at https://groups.google.com/group/leo-editor.
For more options, visit https://groups.google.com/d/optout.