| 
									
										
										
										
											2000-08-15 18:52:33 +00:00
										 |  |  | Python for BeOS R5 | 
					
						
							| 
									
										
										
										
											1998-08-04 17:57:28 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2001-04-10 21:51:29 +00:00
										 |  |  | In Python-2.1, the standard version of the new setup.py program | 
					
						
							|  |  |  | will not build the full complement of modules on BeOS.  Instead, | 
					
						
							|  |  |  | please replace it with the special BeOS version in Misc/BeOS-setup.py. | 
					
						
							| 
									
										
										
										
											1998-08-04 17:57:28 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2001-04-10 21:51:29 +00:00
										 |  |  | To build, | 
					
						
							| 
									
										
										
										
											1998-08-04 17:57:28 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2001-04-10 21:51:29 +00:00
										 |  |  |    1)  cp Misc/BeOS-setup.py setup.py | 
					
						
							|  |  |  |    2)  ./configure --prefix=/boot/home/config | 
					
						
							| 
									
										
										
										
											2000-10-06 16:17:21 +00:00
										 |  |  |    3)  make | 
					
						
							| 
									
										
										
										
											1998-08-04 17:57:28 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2001-04-10 21:51:29 +00:00
										 |  |  | The modules will all build, except termios which assumes some flags | 
					
						
							|  |  |  | we don't have.  Put a libreadline.a in /boot/home/config/lib to get | 
					
						
							|  |  |  | a readline.so for your interactive editing convenience;  NB, not | 
					
						
							|  |  |  | libreadline.so, you want to link a static readline library into the | 
					
						
							|  |  |  | dynamically loaded Python module. | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2000-10-06 16:17:21 +00:00
										 |  |  | Test: | 
					
						
							| 
									
										
										
										
											1998-12-18 22:00:58 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											1999-01-12 20:30:23 +00:00
										 |  |  |    make test | 
					
						
							| 
									
										
										
										
											1998-08-04 17:57:28 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2001-04-10 21:51:29 +00:00
										 |  |  |    The BeOS is Not UNIX category: | 
					
						
							|  |  |  |  - test_select crashed -- select.error : (-2147459072, 'Bad file descriptor') | 
					
						
							|  |  |  |  - test_socket crashed -- exceptions.AttributeError : SOCK_RAW | 
					
						
							|  |  |  |  - test_fcntl crashed -- exceptions.IOError: [Errno -2147483643] Invalid argument | 
					
						
							| 
									
										
										
										
											2000-08-15 18:52:33 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2001-04-10 21:51:29 +00:00
										 |  |  |    This one is funny!  BeOS does support large files, and that's why | 
					
						
							|  |  |  |        we get this error:  the file is too big for my filesystem! | 
					
						
							|  |  |  |  - test_largefile crashed -- exceptions.IOError: [Errno -2147459065] | 
					
						
							|  |  |  |        No space left on device | 
					
						
							| 
									
										
										
										
											2000-08-15 18:52:33 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2001-04-10 21:51:29 +00:00
										 |  |  |  - test_pickle crashed.  This is apparently a serious problem, "complex" | 
					
						
							|  |  |  |        number objects reconstructed from a pickle don't compare equal to | 
					
						
							|  |  |  |        their ancestors.  But it happens on BeOS PPC only, not Intel. | 
					
						
							| 
									
										
										
										
											1998-08-04 17:57:28 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2000-10-06 16:17:21 +00:00
										 |  |  | Install: | 
					
						
							| 
									
										
										
										
											1998-08-04 17:57:28 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											1999-01-12 20:30:23 +00:00
										 |  |  |    make install | 
					
						
							| 
									
										
										
										
											1998-12-18 22:00:58 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2001-02-16 04:35:20 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2000-10-06 16:17:21 +00:00
										 |  |  | - Donn Cave (donn@oz.net) | 
					
						
							|  |  |  |   October 4, 2000 |