May I suggest some alternatives?
The very first time I installed Trac was a disaster, trying compile
it from the various parts. I did eventually succeed.
Trac was very easy for me to install on MacOS the second time using
MacPorts; there is currently a glitch in MacPorts, with a filed bug,
Hi Drew,
Ok, a reboot appears to have sorted this out. I now have the unsupported
version control system error, which I should be able to figure out from
the forums, etc. I think that I need to install the svn bindings
properly - if you have any pointers on this that would be great
Thanks,
Paul
Hi,
Can anybody help shed some light into this problem, please?
Backgound:
* I have installed Trac under Windows in the past, it was easy
* A colleague installed Trac under Red Hat, he suffered but it was
working fine
* We moved to a new server (new hardware) and I am trying t
I wonder if we have just seen another of those periodic
"Internet Sociology 101" exercises, whereby someone measures
how long it takes to wind-up a newsgroup?
I mean, 46 posts from one person in about 4 hours?
--
Sebastian Rahtz
Information Manager, Oxford University Computing Services
1
On Nov 9, 2007 1:00 PM, Tyrone Hed <[EMAIL PROTECTED]> wrote:
> And, frankly, telling me that yet another variant should be tried does not
> inspire confidence. I have to wonder: is this the way you guys planned this
> to be? With guess-which-version works with your stuff?
I am getting pretty
Dserodio,
Please look at the voluminous series of emails in this thread. It is
infinitely harder to install on AIX. Windows was simple. AIX and all the unix
flavors have dozens of dependencies.
-Original Message-
>From: dserodio <[EMAIL PROTECTED]>
>Sent: Nov 9, 2007 5:21 PM
>To: Tr
Lars,
I understant your comment was meant to be rude. That's fine and is your
right. My reason for mentioning that I originally worked on the mainframe was
to point out that I was not a script kiddie. I did not intend it to mean that
it would have helped me in this unix environment.
Than
So, you mean installing Trac in AIX is harder than in Windows? How is
this different from any other package?
On Nov 9, 8:05 pm, Tyrone Hed <[EMAIL PROTECTED]> wrote:
> Noah,
>Thank you for your kind reply. Trac is too difficult to install on our AIX
> box. I'm back to square one looking for
Check out codeBeamer... I don't know if its on AIX but it has a lot of
J2EE hooks such as autobuilds for nightly builds and JUnit testing.
Joshua Preston
614-619-1959
Sent from my iPhone
On Nov 9, 2007, at 5:10 PM, Tyrone Hed <[EMAIL PROTECTED]> wrote:
>
> Gary,
> I never claimed to be a uni
A few similar tools off the top of my head:
* GForge
* DotProject
* JTrac
* CvsTrac
* SharpForge
* PrimoPlanner (possibly defunct)
--Noah
Tyrone Hed wrote:
> Noah,
>Thank you for your kind reply. Trac is too difficult to install on our AIX
> box. I'm back to square one looking for ALTE
Tyrone Hed wrote:
> Gary,
> I never claimed to be a unix admin or even close.
> I do just fine for the simple stuff but I am more in
> the J2EE world. I worked on mainframes in the mid 1990s
> and have been working Java in Manhattan since about 1998.
>
>And I'm giving up on Trac. Sorry to
Gary,
I never claimed to be a unix admin or even close. I do just fine for the
simple stuff but I am more in the J2EE world. I worked on mainframes in the mid
1990s and have been working Java in Manhattan since about 1998.
And I'm giving up on Trac. Sorry to waste your time.
Tyrone Hed wrote:
> curl is not found on my system
sorry, you're hosed. Yes, you could probably try wget, but you're in way over
your head here. Whoever it was that said you need a pro hosting provider or a
different tool (remember, trac is at 0.11! Not even close to 1.0 yet!) for
your job was
Noah,
Thank you for your kind reply. Trac is too difficult to install on our AIX
box. I'm back to square one looking for ALTERNATIVES to Trac. We would have
been hiring for professional services [the company I work for is the largest
bookseller in the world] but this install is too difficult
Gentleman,
Thank you kindly for your help, though it did not end in success.
I sure hope that 0.11 is better.
I would suggest that only Unix aces attempt to install your product on
Unix.
If anybody knows an alternative product, I'm open to suggestions.
Best regards
1) Do not reply off-list just because you feel slighted.
2) Please see me earlier comment about professional services or
appliances. Perhaps Edgewall is still willing to offer Trac consulting,
if not the CommercialServices wiki page has plenty of people who will.
Just because I am feeling excessive
Sarcasm generally won't net you extra help ;)
On Nov 9, 2007 4:39 PM, Tyrone Hed <[EMAIL PROTECTED]> wrote:
>
> Antonio,
>I have been trying for days to navigate the maze that is the set of
> versions that go together to make TRAC work on AIX. If your company wants to
> make some money off y
curl is not found on my system
-Original Message-
>From: Noah Kantrowitz <[EMAIL PROTECTED]>
>Sent: Nov 9, 2007 4:49 PM
>To: trac-users@googlegroups.com
>Subject: [Trac] Re: TRAC
>
>It is three different commands. Curl is a program to download a file
>over HTTP from the command line. With
curl is not found
/apps/trac-0.10.4:
/apps/trac-0.10.4:curl http/... ez_setup.py | python
curl http://trac... > trac_src.zip
easy_install trac_src.zip
ksh: curl: not found.
/apps/trac-0.10.4: curl http://trac... > trac_src.zip
ksh: curl: not found.
/apps/trac-0.10.4: easy_install trac
> Noah,
>That sounds promising. Questions though... Is all that on one line? What
> is the curl? Is that a command?
>
curl is a command line tool to download ftp / http web resources
it is similar to wget if you know/have this tool.
If you don't have it installed on your machine, you can si
It is three different commands. Curl is a program to download a file
over HTTP from the command line. With some minor changes you could also
use wget (a similar utility). The > is a line-wrap and should be on the
line above, directing the output of that download to a file.
--Noah
Tyrone Hed wrote
Tyrone Hed wrote:
> Noah,
> Can you answer my last question please. This link you sent me:
>
> curl http://peak.telecommunity.com/dist/ez_setup.py | python
> curl
> http://trac.edgewall.org/changeset/latest/trunk?old_path=/&filename=trunk&format=zip
>> trac_src.zip
> easy_install trac_src.zip
>
> So by saying I need the setuptools you're saying 0.11 is going to be
> basically another version buffet like the previous versions. Another
> nightmare, in other words?
No, thanks to the python setuptools, the dependencies nightmare should
be hopefully reduced (and likely fully removed)
Take
Noah,
Can you answer my last question please. This link you sent me:
curl http://peak.telecommunity.com/dist/ez_setup.py | python
curl
http://trac.edgewall.org/changeset/latest/trunk?old_path=/&filename=trunk&format=zip
>trac_src.zip
easy_install trac_src.zip
Does that execute on one line? Is
Tyrone Hed wrote:
> So by saying I need the setuptools you're saying 0.11 is going to be
> basically another version buffet like the previous versions. Another
> nightmare, in other words?
nope.
(Setuptools, a.k.a. easy_install, is like apt-get for python. It makes
everything simple. But it's
Even if not intended, this thread has devolved into trolling. Everyone
please stop. If the OP has this much difficulty with Trac, perhaps you
should look into one of the professionally hosted options or Trac
appliances. I don't think we can do anything more for you. If you would
like to furnish a f
Noah,
That sounds promising. Questions though... Is all that on one line? What is
the curl? Is that a command?
-Original Message-
>From: Noah Kantrowitz <[EMAIL PROTECTED]>
>Sent: Nov 9, 2007 4:36 PM
>To: trac-users@googlegroups.com
>Subject: [Trac] Re: TRAC
>
>Please run the followin
So by saying I need the setuptools you're saying 0.11 is going to be basically
another version buffet like the previous versions. Another nightmare, in other
words?
-Original Message-
>From: Emmanuel Blot <[EMAIL PROTECTED]>
>Sent: Nov 9, 2007 4:33 PM
>To: trac-users@googlegroups.com
>S
Antonio,
I have been trying for days to navigate the maze that is the set of versions
that go together to make TRAC work on AIX. If your company wants to make some
money off your product--which is good (I've installed the Windows
version)--then you really ought to figure this out. Just look
Please run the following:
curl http://peak.telecommunity.com/dist/ez_setup.py | python
curl
http://trac.edgewall.org/changeset/latest/trunk?old_path=/&filename=trunk&format=zip
>trac_src.zip
easy_install trac_src.zip
Assuming you use Python 2.5, this is _all_ that is needed to bootstrap
and insta
>When the heck is 0.11 coming out? I am about ready to surrender on 0.10.4
Another hot topic ;-) Hopefully before the end of the year.
You need the setuptools to be installed though ;-)
--~--~-~--~~~---~--~~
You received this message because you are subscribed
Tyrone,
Unless you have some kind of emulation libraries installed, it will
likely not work. Unfortunately, we are not planning AIX builds at the
moment.
Cheers
El vie, 09-11-2007 a las 16:06 -0500, Tyrone Hed escribió:
> Antonio,
> I have used your installer for Windows and loved it. I have
Noah,
When the heck is 0.11 coming out? I am about ready to surrender on 0.10.4
-Original Message-
>From: Noah Kantrowitz <[EMAIL PROTECTED]>
>Sent: Nov 9, 2007 4:22 PM
>To: trac-users@googlegroups.com
>Subject: [Trac] Re: TRAC
>
>Samuel A. Falvo II wrote:
>> On Nov 9, 2007 11:17 AM, T
Manu,
Sorry, I'm getting confused here. I have three separate people telling me to
do three or four different things. Isn't there any easier way? I mean, is this
normal to have to install 6 or 7 different tools to get this to install? And
then each of those tools may have their own dependenc
Samuel A. Falvo II wrote:
> On Nov 9, 2007 11:17 AM, Tyrone Hed <[EMAIL PROTECTED]> wrote:
>
>> Samuel,
>>Thank you for your reply. Alas, the one piece of information you didn't
>> have is the exact one where my question lies: ClearSilver. As you said that
>> you use Python at home. Sorry,
> urllib2.URLError:
I guess you run this from a LAN behind a HTTP proxy, don't you ?
Read http://peak.telecommunity.com/DevCenter/EasyInstall#installing-easy-install
"If you can't use APS, or don't have internet access at all,..."
I just run it with a direct access to the Internet (on Mac OS X
That worked for 'sys'. This is the output generated:
This is the path: (I have added CRLF between commas so they are readable)
'/usr/local/bin',
'/apps/Python-2.5.1/Lib/site-packages',
'/usr/local/lib/python25.zip',
'/usr/local/lib/python2.5',
'/usr/local/lib/python2.5/plat-aix5',
'/usr/loc
> I am not attempting to use Apache. I am running under tracd alone.
I was replying to rodrigo here. If you use tracd, the cgi vs.
mod_python choice does not apply.
> And, frankly, telling me that yet another variant should be tried does not
> inspire confidence. I have to wonder: is this the w
> NameError: global name 'sys' is not defined
Add
import sys
@ the top of the file or right before the raise line, with the same indentation.
Cheers,
Manu
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups "Trac
Users
I'm asking our Unix admin to fix that and see if that's the problem. Thank you.
-Original Message-
>From: Emmanuel Blot <[EMAIL PROTECTED]>
>Sent: Nov 9, 2007 4:04 PM
>To: trac-users@googlegroups.com
>Subject: [Trac] Re: TRAC
>
>
>Just double-checking:
>
>> -rw-r- 1 jrun staff
Antonio,
I have used your installer for Windows and loved it. I have been pulling my
hair out trying unsuccessfully to install this on AIX. AIX and Linux are pretty
far apart. Are you suggesting that this Linux installer might work on AIX?
-Original Message-
>From: Antonio Santos Vela
Just double-checking:
> -rw-r- 1 jrun staff173568 Nov 08 16:20 neo_cgi.pyd
Which user are you running tracd with?
Is there some specific reason why this file is not world-readable?
Cheers,
Manu
--~--~-~--~~~---~--~~
You received this message be
Hi,
One of the things that people tend to complain about Trac is that 'it
is very difficult to install'. Well, not any more :) We have created an
easy to use installer for Trac. It installs and configures a number of
components: Apache, SQLite, Subversion, Python and, of course, Trac.
Currently w
I am not attempting to use Apache. I am running under tracd alone.
And, frankly, telling me that yet another variant should be tried does not
inspire confidence. I have to wonder: is this the way you guys planned this to
be? With guess-which-version works with your stuff?
-Original Messa
Gary,
I was able to fix the indent issue. I added the message you suggested but
sys was not defined on my AIX system.
"""
try:
import neo_cgi
# The following line is needed so that ClearSilver can be loaded
when
# we are being run in multip
Tyrone Hed wrote:
> Gary,
> I attempted to do what you suggested but, apparently, I'm not up on the
> syntax of a Python script. I vi-edited the file and when I tried to run it
> got this:
>
> try:
>^
> IndentationError: unindent does not match any outer indentation level
> /apps/
On Nov 9, 2007 1:11 PM, Tyrone Hed <[EMAIL PROTECTED]> wrote:
>
> Well, this really explains it: EVERYBODY thinks it's impossible to
> install TRAC.
>
>
I had no trouble setting it up on ubuntu. There were quite a few steps
required in my case, but being an svn *and* python newcomer I was
surpri
On Nov 9, 2007 12:34 PM, Tyrone Hed <[EMAIL PROTECTED]> wrote:
>
> Samuel,
>Well, thank you anyways. Does anyone know an alternative to TRAC?
> Something that is not written in Python?
SourceForge (the product, not the site).
--
Samuel A. Falvo II
--~--~-~--~~~
Okay, Manu.
Since I have only attempted to install this on the AIX flavor of Unix, I have
to agree. However, I have seen a lot of teeth gnashing around the same thing
I'm battling--with other versions of Unix.
-Original Message-
>From: Emmanuel Blot <[EMAIL PROTECTED]>
>Sent: Nov 9
Samuel,
Well, thank you anyways. Does anyone know an alternative to TRAC? Something
that is not written in Python?
-Original Message-
>From: "Samuel A. Falvo II" <[EMAIL PROTECTED]>
>Sent: Nov 9, 2007 2:27 PM
>To: trac-users@googlegroups.com
>Subject: [Trac] Re: TRAC
>
>
>On Nov 9, 20
> I have already installed Apache that points to http://localhost/trac.
> but it doens`t look for the .cgi.
> Can anyone help me with this problem?
I would recommend you use mod_python (TracModPython) except if you
have some specific requirements. CGI method gives really bad
performances.
Please
> Rodrigo,
> Install the Windows version if at all possible. The Unix version is a
> killer.
Ok, now please stop. We all understood you have issues installing Trac
on a AIX system. *nix systems does not sum up in AIX. The issues you
encounter, although real, do not validate or invalidate a s
On Nov 9, 2007 12:09 PM, Tyrone Hed <[EMAIL PROTECTED]> wrote:
>
> Samuel,
>The reason that file is there is because that's what ALL the instructions
> on how to fix this say to do. What is an .so file? Is that a binary? Is that
> a complication product? Can I just copy it from somewhere els
Samuel,
The reason that file is there is because that's what ALL the instructions on
how to fix this say to do. What is an .so file? Is that a binary? Is that a
complication product? Can I just copy it from somewhere else?
-Original Message-
>From: "Samuel A. Falvo II" <[EMAIL PROTEC
Gary,
I attempted to do what you suggested but, apparently, I'm not up on the
syntax of a Python script. I vi-edited the file and when I tried to run it got
this:
try:
^
IndentationError: unindent does not match any outer indentation level
/apps/trac-0.10.4:
The try is right after
On Nov 9, 2007 11:56 AM, Tyrone Hed <[EMAIL PROTECTED]> wrote:
>
> With pleasure:
>
> /apps/trac-0.10.4:ls -la /apps/Python-2.5.1/Lib/site-packages
> total 384
> drwxr-xr-x 2 jrun storedev256 Nov 08 16:20 .
> drwxr-xr-x 43 jrun storedev 16384 Nov 09 14:29 ..
> -rw-r--r--
Rodrigo,
Install the Windows version if at all possible. The Unix version is a
killer.
-Original Message-
>From: [EMAIL PROTECTED]
>Sent: Nov 9, 2007 2:55 PM
>To: Trac Users
>Subject: [Trac] Begginer
>
>
>Good morning,
>
>I have acceced Trac tool to project management and I got inte
With pleasure:
/apps/trac-0.10.4:ls -la /apps/Python-2.5.1/Lib/site-packages
total 384
drwxr-xr-x 2 jrun storedev256 Nov 08 16:20 .
drwxr-xr-x 43 jrun storedev 16384 Nov 09 14:29 ..
-rw-r--r-- 1 jrun storedev119 Mar 31 2000 README
-rw-r- 1 jrun sta
Good morning,
I have acceced Trac tool to project management and I got interested on
the project. Though ,I don`t have any experience in Phyton, I`m a Java
programmer. I have never programmed using CGI and I use to structure
my programs in MVC.
I would like to ask if anyone of the group could te
Tyrone Hed wrote:
...
> File "/usr/local/lib/python2.5/site-packages/trac/web/main.py", line 456,
> in send_project_index
> req.hdf = HDFWrapper(loadpaths)
> File "/usr/local/lib/python2.5/site-packages/trac/web/clearsilver.py", line
> 135, in __init__
> raise TracError, "ClearSilver
On Nov 9, 2007 11:47 AM, Tyrone Hed <[EMAIL PROTECTED]> wrote:
> TracError: ClearSilver not installed (No module named neo_cgi)
>
>
> SAME EXACT PROBLEM
OK, calm down. If emotions dominate the discussion, then I won't
bother offering my assistance.
May I
On Nov 9, 2007 11:40 AM, Tyrone Hed <[EMAIL PROTECTED]> wrote:
> /apps/Python-2.5.1/Lib/site-packages ?
I don't have 2.5.1, so maybe that's the case.
> [And really, how in the hell is the user supposed to know that PYTHONPATH
> should point somewhere inside the Python directory? In every other
I changed the PYTHONPATH variable to point to
/apps/Python-2.5.1/Lib/site-packages, start the server and get this:
/apps/Python-2.5.1/Lib:export PYTHONPATH=/apps/Python-2.5.1/Lib/site-packages
/apps/Python-2.5.1/Lib:cd ..
/apps/Python-2.5.1:cd ../trac*
/apps/trac-0.10.4:tracd --port 9000 /home/j
Ken,
In the version of Python-2.5.1 that I have, the path is not
/Python-2.5.1/site-packages
it's
/Python-2.5.1/Lib/site-packages <--is this wrong?
Also, everything I have seen refers to neo_cgi.pyd. This is the first mention
of neo_cgi.so that I have seen. This is even more confusing.
---
Samuel,
Sorry, I noticed a second point you made after I replied.
You said that the PYTHONPATH should be this:
$ echo $PYTHONPATH
>/apps/Python-2.5.1/site-packages
In Python-2.5.1 shouldn't the path be:
/apps/Python-2.5.1/Lib/site-packages ?
[And really, how in the hell is the user supp
There is a note on the WIKI about python 2.5 related to neo_cgi.
http://trac.edgewall.org/wiki/TracInstall
You can fix the problem with Python 2.5 (x_64) relatively easily because
Clearsilver installed neo_cgi.so in the path
/usr/lib/python2.5/site-packages instead of
/usr/lib64/python2.5/site-pa
/apps is a symbolic link. All of our apps are successfully installed there.
-Original Message-
>From: "Samuel A. Falvo II" <[EMAIL PROTECTED]>
>Sent: Nov 9, 2007 2:36 PM
>To: trac-users@googlegroups.com
>Subject: [Trac] Re: TRAC
>
>
>On Nov 9, 2007 11:27 AM, Tyrone Hed <[EMAIL PROTECTED]>
I executed the ez_install.py and got this:
/apps/Python-2.5.1:python ez_setup.py
Downloading
http://pypi.python.org/packages/2.5/s/setuptools/setuptools-0.6c7-py2.5.egg
Traceback (most recent call last):
File "ez_setup.py", line 229, in
main(sys.argv[1:])
File "ez_setup.py", line 161,
On Nov 9, 2007 11:27 AM, Tyrone Hed <[EMAIL PROTECTED]> wrote:
>When I telnet into the server and type: echo $PYTHONPATH it returns with
> /apps/Python-2.5.1
I don't know how AIX installs software, but that positively looks wrong.
I'm going to assume that /apps is where it deposits the whol
Dang, that seemed like it was going to work...
/apps/Python-2.5.1:python ez_setup.py
Downloading
http://pypi.python.org/packages/2.5/s/setuptools/setuptools-0.6c7-py2.5.egg
Traceback (most recent call last):
File "ez_setup.py", line 229, in
main(sys.argv[1:])
File "ez_setup.py", line 16
On Nov 9, 2007 11:17 AM, Tyrone Hed <[EMAIL PROTECTED]> wrote:
>
> Samuel,
>Thank you for your reply. Alas, the one piece of information you didn't
> have is the exact one where my question lies: ClearSilver. As you said that
> you use Python at home. Sorry, I'm not a python user. Java, C,C+
Samuel,
To further reply to your comments:
I have only one version of Python loaded on the server. Python-2.5.1.
I also am not using apache, just the stand alone server tracd
When I telnet into the server and type: echo $PYTHONPATH it returns with
/apps/Python-2.5.1
That looks cor
> Marcio,
> I following that link and it, again, takes me to yet another third party
> bit of software. So, this really just expands the problems I have. Now, I'm
> even farther back, hoping that the many combinations of these tools work
> together. This seems tailor made to frustrate users.
Tyrone,
You just download 1 Python source file, which is there as a hyperlink:
http://peak.telecommunity.com/dist/ez_setup.py . You right-click on
your web browser and choose Save.
Then my steps, from teh dir where you saved the file above:
[EMAIL PROTECTED] src]# pwd
>AIX
Wow, *that* Unix ;-(
I never had a worst experience with Unix flavors than with AIX (ok,
HP-UX is also a PITA...)
If you're really in trouble with Clearsilver, and not tired -yet- to
fight with Trac installation, you may want to give a try to Trac 0.11.
It has not been released yet, but
Marcio,
I following that link and it, again, takes me to yet another third party bit
of software. So, this really just expands the problems I have. Now, I'm even
farther back, hoping that the many combinations of these tools work together.
This seems tailor made to frustrate users.
-Ori
Your version of ClearSilver is different than mine.
-Original Message-
>From: Emmanuel Blot <[EMAIL PROTECTED]>
>Sent: Nov 9, 2007 2:14 PM
>To: trac-users@googlegroups.com
>Subject: [Trac] Re: TRAC
>
>
>> Unix: which flavor of unix?
>> Python: which version of python?
>> Trac: which versi
Samuel,
Thank you for your reply. Alas, the one piece of information you didn't have
is the exact one where my question lies: ClearSilver. As you said that you use
Python at home. Sorry, I'm not a python user. Java, C,C++, COBOL, VB, .NET yet
but not Python.
For the record, I have been t
>I'm game. Where do you find that easy_install? I looked in the Python
> directory and didn't see it. I looked also in the ClearSilver directory and
> also didn't see it?
You need to install the "setuptools". Either use your package manager,
or download and execute http://peak.telecommunity
On Nov 9, 2007 11:12 AM, Samuel A. Falvo II <[EMAIL PROTECTED]> wrote:
> At any rate, I'm digressing. If neo_cgi.so isn't being found, then
> that means that your PYTHONPATH is not correct at the time the website
> is being hit. This is most often the case when you have multiple
To find out what
> Unix: which flavor of unix?
> Python: which version of python?
> Trac: which version of trac?
> ClearSilver: which version of ClearSilver?
> Which DB?
For example: Debian, Python 2.4, Trac 0.10.4, Clearsilver 0.10.3, Sqlite 3
--~--~-~--~~~---~--~~
You received t
Marcio,
Please pardon me for getting your name wrong. I indeed know and use Google a
lot. I have been googling this problem for days. I will go back to the well
then.
Thank you,
Ty
-Original Message-
>From: Marcio Marchini <[EMAIL PROTECTED]
On Nov 9, 2007 10:57 AM, Tyrone Hed <[EMAIL PROTECTED]> wrote:
> Unix: which flavor of unix?
Ubuntu derived, also GoboLinux 013.
> Python: which version of python?
Python 2.4.3 here and at home.
> Trac: which version of trac?
0.10.3
> ClearSilver: which version of ClearSilver?
I don't recal
>For me, the Windows install was easy and I liked Trac. When you try to
> install on Unix, NO MATTER WHAT you get this message about the neo_cgi not
> being found.
On *some* Unix installations, there are issues. On many other
installs, it works smoothly.
> then nobody will see how good it
Hy Tyrone,
The name is Marcio, not Mario :-)
Are you familiar with Google? If you Google for easy_install you will
find:
http://peak.telecommunity.com/DevCenter/EasyInstall#installing-easy-install
It says "Download ez_setup.py ". Get it and try my steps.
Cheer
Manu - Thanks, I'll check out the discussion in the ML archive --- also will
check out the AccountManagerPlugin.
Thanks a bunch.
M.
-Original Message-
From: Emmanuel Blot <[EMAIL PROTECTED]>
To: trac-users@googlegroups.com
Sent: Fri, 9 Nov 2007 2:04 pm
Subject: [Trac] Re: logout t
> So the question is -- how do I log out? I am running Trac standalone/server
> tracd currently.
Either close your web browser (that is ALL your browser windows), use
a browser with 'Clear HTTP authentication' menu such as Firefox, or
install the AccountManagerPlugin.
The way HTTP authenticatio
Mario,
I'm game. Where do you find that easy_install? I looked in the Python
directory and didn't see it. I looked also in the ClearSilver directory and
also didn't see it?
From where are you executing it?
-Original Message-
>From: Marcio Marchini <[EMAIL PROTECTED]>
>Sent: Nov
Tyrone,
Did you see my message? Please try the command
easy_install clearsilver
and let me know if that works for you. You have to install easy_install
first. Here's my notes:
[EMAIL PROTECTED] src]# pwd
/usr/local/src
[EMAIL PROTECTED] src]# python ez_setup.py
Downloading
Okay, Samuel, great. May I pose some questions?
Unix: which flavor of unix?
Python: which version of python?
Trac: which version of trac?
ClearSilver: which version of ClearSilver?
Which DB?
Telling me you did it on Unix without ANY details at all is akin to saying "Naa
Naa Na Na Nah". It's tr
First the good news: I installed the Webadmin plugin today - and it works great!
Now I have a question though: If I am logged in as the user who has Webadmin
permission, I see the admin feature, as expected.
However, I want to log out and log in as another user so I can show how the
Webadmin f
Jason,
For me, the Windows install was easy and I liked Trac. When you try to
install on Unix, NO MATTER WHAT you get this message about the neo_cgi not
being found. Our unix Admin put it right where it was supposed to be found.
Trac seems like a good project--I loved the Windows version-
On Nov 9, 2007 10:51 AM, Tyrone Hed <[EMAIL PROTECTED]> wrote:
>
> Samuel,
>Were you doing a Windows install or a unix install?
It was an install on Unix, actually. I haven't run Windows since 1995. :)
--
Samuel A. Falvo II
--~--~-~--~~~---~--~~
You receiv
Samuel,
Were you doing a Windows install or a unix install?
-Original Message-
>From: "Samuel A. Falvo II" <[EMAIL PROTECTED]>
>Sent: Nov 9, 2007 1:43 PM
>To: trac-users@googlegroups.com
>Subject: [Trac] Re: TRAC "difficult install" = 2,760 Google hits
>
>
>On Nov 9, 2007 10:39 AM, Jas
Actually I hadn't read your thread at all until now. I was about to say
that Trac is hard to install on Windows but not on Linux. Surprisingly
it seems that you were trying to do this on UNIX. In some cases it can
be easy, in Debian a simple apt-get install trac does most of what you
need -- at le
On Nov 9, 2007 10:39 AM, Jason Winnebeck <[EMAIL PROTECTED]> wrote:
>
> Well, trac "easy install" (with the quotes results in 10,500 hits :), so
> it is about 80% easy to install.
I do not post often here -- I think this is my 3rd post since joining.
Or something like that.
Anyway, I installed
Jason,
Thank you! All the Trac-install issues that have had me tearing my hair out
for three days just magically disappeared. Thank you so much!
-Original Message-
>From: Jason Winnebeck <[EMAIL PROTECTED]>
>Sent: Nov 9, 2007 1:39 PM
>To: trac-users@googlegroups.com
>Subject: [Trac] R
Well, trac "easy install" (with the quotes results in 10,500 hits :), so
it is about 80% easy to install.
Jason
-Original Message-
From: trac-users@googlegroups.com [mailto:[EMAIL PROTECTED]
On Behalf Of Tyrone Hed
Sent: Friday, November 09, 2007 1:12 PM
To: Trac Users
Subject: [Trac] TR
Well, this really explains it: EVERYBODY thinks it's impossible to
install TRAC.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups "Trac
Users" group.
To post to this group, send email to trac-users@googlegroups.com
T
Tyrone,
I have TRAC running on Windows and it was a breeze to install.
I think that Trac under Debian may be easy too, with the wonderful
apt-get. But this stupid Red hat, let me tell you... What a PITA!!
I am trying to decide between waiting for 0.11 (no Clearsilver ne
1 - 100 of 117 matches
Mail list logo