diffuse-users Mailing List for Diffuse
Status: Beta
Brought to you by:
dtmoser
You can subscribe to this list here.
2009 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2013 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(4) |
Aug
|
Sep
|
Oct
|
Nov
(1) |
Dec
|
2014 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(3) |
Jun
|
Jul
|
Aug
(2) |
Sep
|
Oct
|
Nov
|
Dec
|
2016 |
Jan
(1) |
Feb
|
Mar
(2) |
Apr
|
May
(3) |
Jun
|
Jul
|
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
|
2019 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
|
S | M | T | W | T | F | S |
---|---|---|---|---|---|---|
|
|
|
|
|
1
|
2
|
3
|
4
|
5
(1) |
6
|
7
(1) |
8
|
9
|
10
|
11
|
12
|
13
|
14
|
15
|
16
|
17
|
18
|
19
|
20
|
21
|
22
|
23
|
24
|
25
|
26
|
27
|
28
|
29
|
30
|
31
|
|
|
|
|
|
|
From: Derrick M. <der...@ya...> - 2014-08-07 15:10:40
|
Nick, The "#!/usr/bin/env python" bit was intended to help make Diffuse a bit more portable as Python is normally located at /usr/local/bin/python on some platforms. This should not be needed any more as the install.py script will update the path as needed during installation or building a package. It should be safe^{TM} to change it. Cheers, Derrick ________________________________ From: Nick Timkovich <pro...@gm...> To: dif...@li... Sent: Monday, 4 August 2014, 20:44 Subject: [Diffuse-users] Using system Python A common stumbling block that I hit when using Diffuse and Python virtualenvs is that because the shebang of Diffuse is "#!/usr/bin/env python", it grabs my virtualenv, which inevitably doesn't have PyGTK installed then crashes. I've had to explain to another couple users that, "yeah, you need to execute it from outside your virtual environment". By way of comparison, hg always uses the system Python ("#! /usr/bin/python"). I class Diffuse with Mercurial, machine-specific programs that should use local system resources, not something that should ever change based on the context or environment in which I run it. Can this be altered or is there a deeper purpose to using the environment's Python? I'd submit a patch but it'd be a bit of a joke; deleting 4 characters ;) Cheers, Nick ------------------------------------------------------------------------------ Infragistics Professional Build stunning WinForms apps today! Reboot your WinForms applications with our WinForms controls. Build a bridge from your legacy apps to the future. http://pubads.g.doubleclick.net/gampad/clk?id=153845071&iu=/4140/ostg.clktrk _______________________________________________ Diffuse-users mailing list Dif...@li... https://lists.sourceforge.net/lists/listinfo/diffuse-users |
From: Nick T. <pro...@gm...> - 2014-08-05 00:44:43
|
A common stumbling block that I hit when using Diffuse and Python virtualenvs is that because the shebang of Diffuse is "#!/usr/bin/env python", it grabs my virtualenv, which inevitably doesn't have PyGTK installed then crashes. I've had to explain to another couple users that, "yeah, you need to execute it from outside your virtual environment". By way of comparison, hg always uses the system Python ("#! /usr/bin/python"). I class Diffuse with Mercurial, machine-specific programs that should use local system resources, not something that should ever change based on the context or environment in which I run it. Can this be altered or is there a deeper purpose to using the environment's Python? I'd submit a patch but it'd be a bit of a joke; deleting 4 characters ;) Cheers, Nick |