FWIW - I successfully started web2py on IBM i tonight.  

Three things I need to work on to make better

1.  Install doesn't seem to work with git clone - maybe something I'm doing 
wrong but I had to clone to my workstation then zip and upload
2.  I'm using SQLite for the db but would really like to use DB2/400. 
 Looking for pointers on how to build a connector for the DAL.
3.  https configuration.  Again, I don't think there are any real issues 
here, I just need to spend the time to get it working.  I'm running on 
litmis spaces now and the problem has more to do with how to configure on 
their system than how to get web2py to work with it.  It shouldn't be an 
issue if you're running on your own system.

Hopefully more to come.

-Jim


On Tuesday, April 4, 2017 at 10:23:20 AM UTC-5, Jim S wrote:
>
> I don't believe https is supported for git.  Or, at least it wasn't for 
> some time.  You can try cloning with ssh, but I seem to recall that failing 
> as well.
>
> -Jim
>
> On Tue, Apr 4, 2017 at 10:15 AM, 'DenesL' via web2py-users <
> web2py@googlegroups.com> wrote:
>
>> The instruction is to use a git clone command as follows
>>
>> [usro5gha@SPACES]~% git clone --recursive 
>> https://github.com/web2py/web2py.git  
>>
>> Cloning into 'web2py'...                                                     
>>    
>> fatal: Unable to find remote helper for 'https'
>>
>> but it obviuosly fails. 
>> I have never used the git version of web2py, any ideas?.
>>
>> On Tuesday, April 4, 2017 at 11:03:48 AM UTC-4, Jim S wrote:
>>>
>>> And then if I try to install pysqlite I get:
>>>
>>>
>>> [usrxkcon@SPACES]~/web2py% easy_install pysqlite==2.7.0                     
>>>     
>>>
>>> Searching for pysqlite==2.7.0                                               
>>>     
>>> Reading http://pypi.python.org/simple/pysqlite/
>>>                                  
>>>
>>> Best match: pysqlite 2.7.0                                                  
>>>     
>>> Downloading 
>>> https://pypi.python.org/packages/81/08/4de886dc16aaf99b5466c2b8b7aa4
>>>
>>> d1b79fd52f557ae52c04a293b712389/pysqlite-2.7.0.tar.gz#md5=a8ca3c5426efc56c0d0e18
>>>
>>> e41b9ebe4c                                                                  
>>>     
>>>
>>> Processing pysqlite-2.7.0.tar.gz                                            
>>>     
>>>
>>> Running pysqlite-2.7.0/setup.py -q bdist_egg --dist-dir 
>>> /tmp/easy_install-0TAVEK
>>>
>>> /pysqlite-2.7.0/egg-dist-tmp-nB2v6w                                         
>>>     
>>>
>>> warning: no files found matching 'doc/*.txt'                                
>>>     
>>>
>>> unable to execute xlc_r: No such file or directory                          
>>>     
>>>
>>> error: Setup script exited with error: command 'xlc_r' failed with exit 
>>> status 1
>>>
>>> -Jim
>>>
>>> On Tuesday, April 4, 2017 at 9:43:23 AM UTC-5, Jim S wrote:
>>>>
>>>> Pretty sure I downloaded the zip file from github and extracted it.  
>>>> Then started with command line options specifying IP of 0.0.0.0 and port.  
>>>> Port can be determined by clicking on the More Info icon on the on your 
>>>> Spaces page.
>>>>
>>>> Also, here is the error I'm getting with the Welcome app:
>>>>
>>>> [image: Inline image 1]
>>>>
>>>> -Jim
>>>>
>>>>
>>>> On Tue, Apr 4, 2017 at 9:28 AM, 'DenesL' via web2py-users <
>>>> web2py@googlegroups.com> wrote:
>>>>
>>>>> Could you detail how you install and start web2py on litmis?.
>>>>>
>>>>>
>>>>> On Tuesday, April 4, 2017 at 9:40:38 AM UTC-4, Jim S wrote:
>>>>>>
>>>>>> The error I'm getting on litmis has to do with pysqlite.  I was going 
>>>>>> to jump on and get you my error message, but seems I can't connect right 
>>>>>> now.
>>>>>>
>>>>>> -Jim
>>>>>>
>>>>>> On Tue, Apr 4, 2017 at 8:30 AM, 'DenesL' via web2py-users <
>>>>>> web2py@googlegroups.com> wrote:
>>>>>>
>>>>>>> I tried running web2py on PUB400 but I get
>>>>>>>
>>>>>>>   File 
>>>>>>> "/QOpenSys/QIBM/ProdData/OPS/Python2.7/lib/python2.7/threading.py", 
>>>>>>> line 
>>>>>>> 736, in start
>>>>>>>     _start_new_thread(self.__bootstrap, ()) 
>>>>>>> thread.error: can't start new thread
>>>>>>>
>>>>>>> Does web2py work on litmis?.
>>>>>>>
>>>>>>> Denes 
>>>>>>>
>>>>>>> On Wednesday, March 29, 2017 at 2:40:07 PM UTC-4, Jim S wrote:
>>>>>>>>
>>>>>>>> I need a DAL adapter for the ibm_db_dbi connector and have no idea 
>>>>>>>> where to even begin.  It's on the back-burner for now but will pick it 
>>>>>>>> up 
>>>>>>>> again when I have some free time.
>>>>>>>>
>>>>>>>> -Jim
>>>>>>>>
>>>>>>>> -- 
>>>>>>> Resources:
>>>>>>> - http://web2py.com
>>>>>>> - http://web2py.com/book (Documentation)
>>>>>>> - http://github.com/web2py/web2py (Source code)
>>>>>>> - https://code.google.com/p/web2py/issues/list (Report Issues)
>>>>>>> --- 
>>>>>>> You received this message because you are subscribed to a topic in 
>>>>>>> the Google Groups "web2py-users" group.
>>>>>>> To unsubscribe from this topic, visit 
>>>>>>> https://groups.google.com/d/topic/web2py/qrlN5TSSBgs/unsubscribe.
>>>>>>> To unsubscribe from this group and all its topics, send an email to 
>>>>>>> web2py+unsubscr...@googlegroups.com.
>>>>>>> For more options, visit https://groups.google.com/d/optout.
>>>>>>>
>>>>>>
>>>>>> -- 
>>>>> Resources:
>>>>> - http://web2py.com
>>>>> - http://web2py.com/book (Documentation)
>>>>> - http://github.com/web2py/web2py (Source code)
>>>>> - https://code.google.com/p/web2py/issues/list (Report Issues)
>>>>> --- 
>>>>> You received this message because you are subscribed to a topic in the 
>>>>> Google Groups "web2py-users" group.
>>>>> To unsubscribe from this topic, visit 
>>>>> https://groups.google.com/d/topic/web2py/qrlN5TSSBgs/unsubscribe.
>>>>> To unsubscribe from this group and all its topics, send an email to 
>>>>> web2py+unsubscr...@googlegroups.com.
>>>>> For more options, visit https://groups.google.com/d/optout.
>>>>>
>>>>
>>>> -- 
>> Resources:
>> - http://web2py.com
>> - http://web2py.com/book (Documentation)
>> - http://github.com/web2py/web2py (Source code)
>> - https://code.google.com/p/web2py/issues/list (Report Issues)
>> --- 
>> You received this message because you are subscribed to a topic in the 
>> Google Groups "web2py-users" group.
>> To unsubscribe from this topic, visit 
>> https://groups.google.com/d/topic/web2py/qrlN5TSSBgs/unsubscribe.
>> To unsubscribe from this group and all its topics, send an email to 
>> web2py+unsubscr...@googlegroups.com.
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to