On Apr 3, 5:39 pm, David Henderson <[EMAIL PROTECTED]> wrote:
> Hello Graham:
>
> > Which is still the MacPorts Python.
>
> > Change the PATH environment variable in your user shell environment so
> > that you aren't looking in MacPorts bin directory, or this directory
> > if you added it explicit
Hello Graham:
> Which is still the MacPorts Python.
>
> Change the PATH environment variable in your user shell environment so
> that you aren't looking in MacPorts bin directory, or this directory
> if you added it explicitly.
>
> When you run 'which python' you want it to find:
>
> /usr/bin/py
On Apr 3, 3:35 pm, David Henderson <[EMAIL PROTECTED]> wrote:
> Hello Graham:
>
> > To be quite blunt, all you have really said at this point about your
> > problem that was anywhere close to useful was:
> >
> > So, for anyone here to be able to help you, you are going to have to
> > be much
Hello Graham:
> To be quite blunt, all you have really said at this point about your
> problem that was anywhere close to useful was:
>
> So, for anyone here to be able to help you, you are going to have to
> be much more forthcoming with information about exactly how things are
> setup rath
On Apr 3, 12:34 pm, David Henderson <[EMAIL PROTECTED]> wrote:
> OK, I spent all day cleaning up my Mac, rebooting, installing Genshi,
> and then restarting Trac. Still have the same problem. I tried
> downloading fisheye and had it working in 5 minutes. What is the
> problem with Trac???!!!
OK, I spent all day cleaning up my Mac, rebooting, installing Genshi,
and then restarting Trac. Still have the same problem. I tried
downloading fisheye and had it working in 5 minutes. What is the
problem with Trac???!!! I do not understand how a project that has
been around for years
I'll be moving to Leopard real soon now, but I had not too much
trouble installing trac from MacPorts. And, I documented my work:
http://projectfortress.sun.com/Projects/AboutThisInstallation/wiki/
MacTips
Do note, MacPorts can be a little boneheaded about upgrades.
I wrote a small program t
Emmanuel Blot wrote:
>> cat
>>
>> /Library/Frameworks/Python.framework/Versions/Current/lib/python2.5/site-packages/svn.pth
>
> I don't have this file on my machine. How did you get it installed ?
> Moreover, it refers to /usr/local, so it's probably not a file that
> comes with Leopard, but s
> cat
>
> /Library/Frameworks/Python.framework/Versions/Current/lib/python2.5/site-packages/svn.pth
I don't have this file on my machine. How did you get it installed ?
Moreover, it refers to /usr/local, so it's probably not a file that
comes with Leopard, but something you've installed later.
Emmanuel Blot wrote:
>> It was self made with the name of the svn bindings and the path to the
>> bindings in the content. I is only pointer to the real bindings.
>
> Where is this .pth located ?
> * In /System/... do not change it
> * In /Library/... edit it, remove everything that would poi
> It was self made with the name of the svn bindings and the path to the
> bindings in the content. I is only pointer to the real bindings.
Where is this .pth located ?
* In /System/... do not change it
* In /Library/... edit it, remove everything that would point to
pysqlite and svn binding:
David Henderson wrote:
> Hello Dominik:
>
>> I had that one too and fixed it by reinstalling svn (used the
>> package I
>> found via svn homepage) and a .pth file in the python site package
>> folder.
>
> Any chance you remember which .pth file?
>
> Thanks!!
>
> Dave H
> --
> David Henders
Hello Dominik:
> I had that one too and fixed it by reinstalling svn (used the
> package I
> found via svn homepage) and a .pth file in the python site package
> folder.
Any chance you remember which .pth file?
Thanks!!
Dave H
--
David Henderson, Ph.D.
Director of Community
REvolution Comp
> Any chance you have a short description of how you got things working
> on the web somewhere?
See my previous email (not for a production env, but that's the
easiest way to test Trac, without installing anything except Genshi in
your /Library dir and Trac source in your home tree)
> OK, is t
David Henderson wrote:
> Hello Emmanuel:
>
>> Yep, I'm using it every day, even at this very time (with tracd for
>> dev. I'm using Linux+Apache for the production servers)
>>
>> It's even easier on Leopard than it was on Tiger, as Leopard with
>> everything you need.
>> I would recommend you do
David Henderson wrote:
> Hi Matt:
>
>> Trac 0.10.4 is available in MacPorts:
>> http://trac.edgewall.org/wiki/TracOnOsxMacPorts
>>
>> If you'd like to run Trac 0.11 you can just install the dependencies
>> from MacPorts and Trac from source.
>
> OK, I tried this several times. Each time removin
> Has ANYONE successfully built and USED trac on Mac OS X
> Leopard? Is there ANYTHING I can do to get this working?
This should be as easy as (for Trac 0.11/dev, test installation):
mkdir ~/tmp
svnadmin create ~/tmp/svntest
easy_install genshi
svn co http://svn.edgewall.org/repos/trac/trunk
Graham Dumpleton wrote:
> On Apr 2, 10:26 am, David Henderson <[EMAIL PROTECTED]> wrote:
>
>> I've wasted a week of my life trying to get trac installed on my Intel
>> Mac OS X Leopard laptop. I have built python, sqlite, pysqlite, swig
>> and subversion from source
>>
>
> Why install fro
Hello Emmanuel:
> Yep, I'm using it every day, even at this very time (with tracd for
> dev. I'm using Linux+Apache for the production servers)
>
> It's even easier on Leopard than it was on Tiger, as Leopard with
> everything you need.
> I would recommend you do not use neither Fink nor DarwinPo
> I'm about to give up and either pay for a solution or find something
> different that is open source as I cannot waste my time for much
> longer. Has ANYONE successfully built and USED trac on Mac OS X
> Leopard? Is there ANYTHING I can do to get this working?
Yep, I'm using it every day,
Hi Matt:
> Trac 0.10.4 is available in MacPorts:
> http://trac.edgewall.org/wiki/TracOnOsxMacPorts
>
> If you'd like to run Trac 0.11 you can just install the dependencies
> from MacPorts and Trac from source.
OK, I tried this several times. Each time removing more of the
dependent packages a
For hints and reference to MacOS X documents about these sorts of
issues see:
http://code.google.com/p/modwsgi/wiki/InstallationOnMacOSX
This is documentation from mod_wsgi, but still describes the
architecture issues.
Can you go back to using supplied tools and indicate what the specific
err
Hello Graham:
> Why install from source, except for Trac, Leopard has all the packages
> provided with the operating system.
I did try that first, but after receiving the same error I reported
before thought that I might remedy the problem by building from
source. Building from source did
On Apr 2, 10:26 am, David Henderson <[EMAIL PROTECTED]> wrote:
> I've wasted a week of my life trying to get trac installed on my Intel
> Mac OS X Leopard laptop. I have built python, sqlite, pysqlite, swig
> and subversion from source
Why install from source, except for Trac, Leopard has all th
Trac 0.10.4 is available in MacPorts:
http://trac.edgewall.org/wiki/TracOnOsxMacPorts
If you'd like to run Trac 0.11 you can just install the dependencies
from MacPorts and Trac from source.
-- Matt
--~--~-~--~~~---~--~~
You received this message because you are s
25 matches
Mail list logo