Search found 9 matches

by OldManRiver
Wed Jul 29, 2009 2:14 pm
Forum: Installation & Upgrades
Topic: Major Windows Install errors
Replies: 8
Views: 38306

Where to look

J, You are using Xamp, which does not install the same as if you installed Apache, MySQL and PHP natively, which installed natively is lots of trouble, but the Python installer looks both on the drive and in your registry only for native install paths/locations. I've worked on the Python, some, but ...
by OldManRiver
Wed Sep 10, 2008 1:42 am
Forum: Installation & Upgrades
Topic: Major Windows Install errors
Replies: 8
Views: 38306

Still Erroring

All, Made the following changes to the code: # -*- python -*- """********************************************************************************** * The contents of this file are subject to the Common Public Attribution * License Version 1.0 (the "License"); you may not use...
by OldManRiver
Wed Sep 10, 2008 1:08 am
Forum: Installation & Upgrades
Topic: Major Windows Install errors
Replies: 8
Views: 38306

Registry Keys

All, Since the installer is looking to read keys from the registry here are mine: Python Path: D:\development\Python\Lib;D:\development\Python\DLLs;D:\development\Python\Lib\lib-tk Java JDK/SDK D:\development\Java SDK\j2sdk1.4.2 C:\Program Files\Java\jre1.6.0_07 C:\Program Files\Java\jre1.6.0_07\bin...
by OldManRiver
Tue Sep 09, 2008 11:33 pm
Forum: Installation & Upgrades
Topic: Major Windows Install errors
Replies: 8
Views: 38306

Been awhile

All, It's been a while since I was able to look at this installer problem and the transistion of the source code has gone from ver 5.3.2 to ver 5.5.1, but absolutely no address of or corrections to the installer problem. Code is still looking to install natively on "C:" which is a no-no! I...
by OldManRiver
Sat May 24, 2008 4:30 am
Forum: Installation & Upgrades
Topic: Major Windows Install errors
Replies: 8
Views: 38306

Status

All, Here's where I'm at in my code: # -*- python -*- """********************************************************************************** * The contents of this file are subject to the Common Public Attribution * License Version 1.0 (the "License"); you may not use this fi...
by OldManRiver
Thu Mar 13, 2008 7:24 am
Forum: Installation & Upgrades
Topic: Major Windows Install errors
Replies: 8
Views: 38306

Buzy & Distracted

All,

I apologize for not getting a solution on this yet!

I've got two major data migration project out there and so haven't had time to address the Python, yet.

I'm going to post on the Python Forum to get help on this, so you can find my posts there and follow along.

Thanks!

OMR
by OldManRiver
Wed Feb 13, 2008 8:59 pm
Forum: Installation & Upgrades
Topic: Is Installation for novices
Replies: 2
Views: 4619

Look at My Post

t2mg, If you look at my post at: http://www.openemm.org/forums/viewtopic.php?t=657&sid=c214b4cdf9f3d9a6599eb85aa37a983e you'll find there is a lot to an install, most of which is not documented. Hope my post helps you get through the issues. Also posted a fix to DB to allow for email categories ...
by OldManRiver
Mon Feb 11, 2008 10:53 pm
Forum: Development
Topic: Adding Categories to E-Mail
Replies: 0
Views: 8606

Adding Categories to E-Mail

All, Noticed there was no way to categorize the email addressess, so added the code Use OpenEMM; DROP TABLE IF EXISTS `mailing_cat`; CREATE TABLE `mailing_cat` ( `cat_id` int(11) NOT NULL auto_increment COMMENT 'Unique ID', `cat_px` int(11) NOT NULL COMMENT 'Parent ID back to cat_id', `cat_nm` varch...
by OldManRiver
Mon Feb 11, 2008 10:17 pm
Forum: Installation & Upgrades
Topic: Major Windows Install errors
Replies: 8
Views: 38306

Major Windows Install errors

All, There are so many errors in the windows install package I do not know where to start. It is a major effort going through the install item by item and so many obvious problems that I will have to deal with each item as it occurs or not do this justice. First let me say I searched for email addre...